fix superfluous spaces appearing twice at the line continuation
points and expanding to larger than 80c, major oops, cought on fwrt
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| # $MirOS: src/bin/mksh/dot.mkshrc,v 1.4 2007/01/04 23:40:50 tg Exp $ | # $MirOS: src/bin/mksh/dot.mkshrc,v 1.5 2007/02/17 06:04:48 tg Exp $ | ||||||
| #- | #- | ||||||
| # Add user-defined additions at the end, to prevent abortion on failure. | # Add user-defined additions at the end, to prevent abortion on failure. | ||||||
|  |  | ||||||
| @@ -25,8 +25,8 @@ alias la='l -a' | |||||||
| alias ll='l -l' | alias ll='l -l' | ||||||
| alias lo='la -lo' | alias lo='la -lo' | ||||||
| [ -x /usr/bin/hd ] || eval alias hd=\''hexdump -e '\''\'\'''\''"%08.8_ax' \ | [ -x /usr/bin/hd ] || eval alias hd=\''hexdump -e '\''\'\'''\''"%08.8_ax' \ | ||||||
| 	'  " 8/1 "%02X " " - " 8/1 "%02X "'\''\'\'''\'' -e '\''\'\'''\'\" \ | 	\ '" 8/1 "%02X " " - " 8/1 "%02X "'\''\'\'''\'' -e '\''\'\'''\'\" \ | ||||||
| 	'  |" "%_p"'\''\'\'''\'' -e '\''\'\'''\''"|\n"'\''\'\'''\'' '\' | 	\ '|" "%_p"'\''\'\'''\'' -e '\''\'\'''\''"|\n"'\''\'\'''\'' '\' | ||||||
|  |  | ||||||
| # strip comments (and leading/trailing whitespace if IFS is set) from | # strip comments (and leading/trailing whitespace if IFS is set) from | ||||||
| # any file(s) given as argument, or stdin if none, and spew to stdout | # any file(s) given as argument, or stdin if none, and spew to stdout | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user