fixed installscripts.sh so it no longer creates ] and [ directories
authorAndrew Tridgell <tridge@samba.org>
Fri, 16 Aug 1996 13:09:59 +0000 (13:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 16 Aug 1996 13:09:59 +0000 (13:09 +0000)
every time its run!

source/script/installscripts.sh

index ab9035ff812fa61a2542e90084398b5c767e09c9..1a230c8cfa215d17d42fdc2bd954a11ddb604e09 100755 (executable)
@@ -10,7 +10,7 @@ shift
 
 echo Installing scripts in $BINDIR
 
-for d in [ $BINDIR ]; do
+for d in $BINDIR; do
  if [ ! -d $d ]; then
   mkdir $d
   if [ ! -d $d ]; then