From 1e213d8b94f4b3e6a78ee385c0be6a1ccc2cdb96 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 23 Sep 2008 18:16:05 +0000 Subject: [PATCH] Fix buglet in install.sh git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8735 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index 4c6633e59..237b872fa 100755 --- a/Shorewall-common/install.sh +++ b/Shorewall-common/install.sh @@ -198,7 +198,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin if [ -n "$PREFIX" ]; then if [ -z "$CYGWIN" ]; then - if [ -a `id -u` != 0 ] ; then + if [ `id -u` != 0 ] ; then echo "Not setting file owner/group permissions, not running as root." OWNERSHIP="" fi