]> git.sur5r.net Git - openldap/commitdiff
Source scripts/defines.sh _after_ the variables it uses have been set
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 29 Sep 2005 23:19:28 +0000 (23:19 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 29 Sep 2005 23:19:28 +0000 (23:19 +0000)
tests/run.in

index 5fab14dc783930689e0ff027c45009323da464ae..949cae538234ba9a7567a3101975375da4c67f64 100644 (file)
@@ -55,9 +55,6 @@ export AC_pcache AC_ppolicy AC_refint AC_retcode AC_rwm AC_unique AC_syncprov
 export AC_translucent AC_WITH_SASL AC_WITH_TLS AC_WITH_MODULES_ENABLED AC_ACI_ENABLED
 export AC_valsort
 
-# need defines.sh for the definitions of the directories
-. $SRCDIR/scripts/defines.sh
-
 if test ! -x ../servers/slapd/slapd ; then
        echo "Could not locate slapd(8)"
        exit 1
@@ -131,6 +128,9 @@ if test $# = 0 ; then
        echo "$USAGE"; exit 1
 fi
 
+# need defines.sh for the definitions of the directories
+. $SRCDIR/scripts/defines.sh
+
 SCRIPTDIR="${SRCDIR}/scripts"
 SCRIPTNAME="$1"
 shift