w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 5ee1f5883de45cc091323d96ba81d49d9b70b2e6
parent 0f839a10b8240dacab7a96aaecd57d059e6024fa
Author: ukai <ukai>
Date:   Wed,  6 Nov 2002 15:09:16 +0000

[w3m-dev 03385] install-sh typo
* install-sh: s/'/"/
From: Katsumi@yamaoka.cc

Diffstat:
MChangeLog | 5+++++
Minstall-sh | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -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. diff --git a/install-sh b/install-sh @@ -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