From b0be33df4260871f3d38983c1064deea7fefd9d3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 3 Mar 2023 15:00:33 -0300 Subject: bin/re: Silence ShellCheck false positive --- bin/re | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/re b/bin/re index c600aee..fd528bf 100755 --- a/bin/re +++ b/bin/re @@ -78,6 +78,7 @@ shift replace() { FILE="$1" + # shellcheck disable=2094 if ! sed "$REGEXP" < "$FILE" | cmp -s - "$FILE"; then if [ ! -e "$FILE" ]; then return 1 -- cgit v1.2.3