diff -urP 4.0.5/ws.sh/bin/mkws 4.0.6/ws.sh/bin/mkws --- 4.0.5/ws.sh/bin/mkws Wed Jan 13 19:49:17 2021 +++ 4.0.6/ws.sh/bin/mkws Wed Jan 13 20:31:26 2021 @@ -2,7 +2,7 @@ PATH=./bin:$PATH usage() { - >&2 printf "usage: %s url [path]\n" "$(basename "$0")" + >&2 printf "usage: %s url [path]\\n" "$(basename "$0")" exit 1 } @@ -14,7 +14,7 @@ if ! test -f "$srcdir"/index.upphtml then - >&2 printf "no index.upphtml file found\n" + >&2 printf "no index.upphtml file found\\n" exit 1 fi Binary files 4.0.5/ws.sh/bin/pp and 4.0.6/ws.sh/bin/pp differ