[w3m-dev 03385] install-sh typo

* install-sh: s/'/"/
From: Katsumi@yamaoka.cc
This commit is contained in:
Fumitoshi UKAI
2002-11-06 15:09:16 +00:00
parent 9dfa6e334a
commit b94f22ff24
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2002-11-07 Katsumi@yamaoka.cc
* [w3m-dev 03385] install-sh typo
* install-sh: s/'/"/
2002-11-07 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03383] Select the nearest map area as default.
@@ -4373,4 +4378,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.483 2002/11/06 15:07:40 ukai Exp $
$Id: ChangeLog,v 1.484 2002/11/06 15:09:16 ukai Exp $

View File

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