From 07455024c72c3aa0bacf8338b82d3a0b8a96a9b0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 4 Jan 2024 11:23:50 -0300 Subject: re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like. --- bin/free-port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/free-port') diff --git a/bin/free-port b/bin/free-port index 30ed0ffd..e3b5a201 100755 --- a/bin/free-port +++ b/bin/free-port @@ -75,4 +75,4 @@ while true; do fi done -echo "$PORT" +printf '%s\n' "$PORT" -- cgit v1.3