erthink/ReOpenLDAP

bootstrap.sh warning when $AUTORECONF defined

DannyThomas opened this issue · 1 comments

root@kragle$ export AUTORECONF=/opt/uq.cis.built/autoconf/bin/autoreconf
root@kragle$ ./bootstrap.sh
./bootstrap.sh: line 4: [: missing `]'

needs to be space before ']'

-if [ -z "$AUTORECONF"]; then
+if [ -z "$AUTORECONF" ]; then

fixed in 'devel' branch