From dadfad06502e385674bedddee23574fb18399407 Mon Sep 17 00:00:00 2001 From: emma Date: Sun, 2 Jul 2023 23:21:27 -0600 Subject: [PATCH] formatting --- en | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ;;