diff options
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/installscripts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installscripts.sh b/source3/script/installscripts.sh index ab9035ff81..1a230c8cfa 100755 --- a/source3/script/installscripts.sh +++ b/source3/script/installscripts.sh @@ -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 |