diff --git a/dot.mkshrc b/dot.mkshrc index 41080e1..3dc9221 100644 --- a/dot.mkshrc +++ b/dot.mkshrc @@ -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. @@ -25,8 +25,8 @@ alias la='l -a' alias ll='l -l' alias lo='la -lo' [ -x /usr/bin/hd ] || eval alias hd=\''hexdump -e '\''\'\'''\''"%08.8_ax' \ - ' " 8/1 "%02X " " - " 8/1 "%02X "'\''\'\'''\'' -e '\''\'\'''\'\" \ - ' |" "%_p"'\''\'\'''\'' -e '\''\'\'''\''"|\n"'\''\'\'''\'' '\' + \ '" 8/1 "%02X " " - " 8/1 "%02X "'\''\'\'''\'' -e '\''\'\'''\'\" \ + \ '|" "%_p"'\''\'\'''\'' -e '\''\'\'''\''"|\n"'\''\'\'''\'' '\' # 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