From bd23956fa5f6f88bbf4e4d9af2e88b7153adf6e9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 26 Jun 2005 10:47:31 +0000 Subject: r7929: yet another attempt at fixing installswat on freebsd 5 nodie assures me this works now ... (This used to be commit 3c17207487a84ac4f71a88e2efe57c153e9889b4) --- source4/script/installswat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script/installswat.sh') 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 -- cgit