mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Add args to accomodate OS/390 shell bug
This commit is contained in:
parent
642c8b1627
commit
86a90cd8d1
19 changed files with 19 additions and 19 deletions
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb"; then
|
||||
echo "Test only valid for back-bdb"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if test $# -ge 1 ; then
|
|||
SRCDIR=$1; shift
|
||||
fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
. $SRCDIR/scripts/args.sh $*
|
||||
|
||||
if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb"; then
|
||||
echo "Test only valid for back-bdb"
|
||||
|
|
|
|||
Loading…
Reference in a new issue