mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Ensure BCMD is always defined
This commit is contained in:
parent
ed67842691
commit
0cdb8eac65
@ -57,8 +57,8 @@ for CMD in $SRCDIR/scripts/test*; do
|
||||
EOF
|
||||
fi
|
||||
|
||||
BCMD=`basename $CMD`
|
||||
if [ -x "$CMD" ]; then
|
||||
BCMD=`basename $CMD`
|
||||
echo ">>>>> Starting ${TB}$BCMD${TN} for $BACKEND..."
|
||||
$CMD
|
||||
RC=$?
|
||||
|
Loading…
Reference in New Issue
Block a user