From b94f22ff24ae31984cb1367fcb9564f0972f7867 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 6 Nov 2002 15:09:16 +0000 Subject: [w3m-dev 03385] install-sh typo * install-sh: s/'/"/ From: Katsumi@yamaoka.cc --- install-sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-sh') 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 -- cgit v1.2.3