aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-01-10 03:45:13 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-01-10 03:45:13 +0000
commit3d272a74fc4640a4999addda9aa924d44c38f7a4 (patch)
tree807aaf22c6bdbc2b9c90ffd7544d2f01e4160122 /scripts/Makefile
parent[w3m-dev 02794] (diff)
downloadw3m-3d272a74fc4640a4999addda9aa924d44c38f7a4.tar.gz
w3m-3d272a74fc4640a4999addda9aa924d44c38f7a4.zip
[w3m-dev 02810]
From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index f785328..c2e4fc7 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -39,7 +39,7 @@ w3mhelp-funcname.pl: w3mhelp-funcname.pl.in ../funcname.tab ../doc/keymap.defaul
@echo ');' >> w3mhelp-funcname.pl
@echo '%keyfunc = (' >> w3mhelp-funcname.pl
@case "$(KEYBIND_SRC)" in *lynx*) keymap=keymap.lynx;; *) keymap=keymap.default;; esac; \
- while read keyword keys func rest; do \
+ while read -r keyword keys func rest; do \
if [ "X$$keyword" = Xkeymap ]; then \
keys=`echo "$$keys" | sed -e 's/\\\\/\\\\&/g'`; \
echo "'$$keys', '$$func',"; \