From 3c17207487a84ac4f71a88e2efe57c153e9889b4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 26 Jun 2005 10:47:31 +0000 Subject: [PATCH] r7929: yet another attempt at fixing installswat on freebsd 5 nodie assures me this works now ... --- source/script/installswat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/script/installswat.sh b/source/script/installswat.sh index 03d9818437f..1d89c2e86c8 100644 --- a/source/script/installswat.sh +++ b/source/script/installswat.sh @@ -1,7 +1,7 @@ #!/bin/sh SWATDIR=$1 -SRCDIR=$2/ +SRCDIR=$2 echo Installing swat files in $SWATDIR -- 2.34.1