Correct typo in install script

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9583 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-03-03 23:38:56 +00:00
parent 95a079c6c3
commit 0438e5ca74

View File

@ -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}
}
#