diff options
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 2 | 
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',"; \ | 
