diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-26 10:47:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:51 -0500 |
commit | bd23956fa5f6f88bbf4e4d9af2e88b7153adf6e9 (patch) | |
tree | bfb9bb2481f9a73a62f6c24953b0cdc21d7ea15d | |
parent | c36e1ae46c266c9a6f012e5715a8df69faad04cd (diff) | |
download | samba-bd23956fa5f6f88bbf4e4d9af2e88b7153adf6e9.tar.gz samba-bd23956fa5f6f88bbf4e4d9af2e88b7153adf6e9.tar.bz2 samba-bd23956fa5f6f88bbf4e4d9af2e88b7153adf6e9.zip |
r7929: yet another attempt at fixing installswat on freebsd 5
nodie assures me this works now ...
(This used to be commit 3c17207487a84ac4f71a88e2efe57c153e9889b4)
-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 |