aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/re1
1 files changed, 1 insertions, 0 deletions
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