diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/script/installswat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/installswat.sh b/source4/script/installswat.sh index 03d9818437..1d89c2e86c 100644 --- a/source4/script/installswat.sh +++ b/source4/script/installswat.sh @@ -1,7 +1,7 @@ #!/bin/sh SWATDIR=$1 -SRCDIR=$2/ +SRCDIR=$2 echo Installing swat files in $SWATDIR |