diff --git a/en b/en index fd18180..63ec7ea 100755 --- a/en +++ b/en @@ -5,7 +5,7 @@ # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and this -# notice are preserved. This file is offered as-is, without any warranty. +# notice are preserved. This file is offered as-is, without any warranty. argv0="$0" @@ -52,7 +52,7 @@ while test -n "$1"; do ;; "s") content="$(printf "%s" "$content" | sed "$args")" - ;; + ;; "w") printf "%s\n" "$content" > "$1" ;;