diff options
Diffstat (limited to 'bin/re')
-rwxr-xr-x | bin/re | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |