From 0438e5ca74badb6579edb124928961f68314d8da Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 3 Mar 2009 23:38:56 +0000 Subject: [PATCH] Correct typo in install script git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9583 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 705b25989..3b3d6d87b 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -83,7 +83,7 @@ delete_file() # $1 = file to delete install_file() # $1 = source $2 = target $3 = mode { - run_install $OWNESHIP -m $3 $1 ${2} + run_install $OWNERSHIP -m $3 $1 ${2} } #