aboutsummaryrefslogtreecommitdiffstats
path: root/install-sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinstall-sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-sh b/install-sh
index fee2af0..88018e5 100755
--- a/install-sh
+++ b/install-sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: install-sh,v 1.5 2002/11/06 03:50:49 ukai Exp $
+# $Id: install-sh,v 1.6 2002/11/06 15:09:16 ukai Exp $
set -e
@@ -54,7 +54,7 @@ fi
if [ -n "$owner" ]; then
chown $owner $dest
fi
-if [ -n '$group" ]; then
+if [ -n "$group" ]; then
chgrp $group $dest
fi
if [ -n "$mode" ]; then