aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-03 15:00:33 -0300
committerEuAndreh <eu@euandre.org>2023-03-03 15:00:33 -0300
commitb0be33df4260871f3d38983c1064deea7fefd9d3 (patch)
tree59eb6170e1a6194e61615f10aac4bde667664dda
parentDon't hardcode value for SSH authorized_keys (diff)
downloaddotfiles-b0be33df4260871f3d38983c1064deea7fefd9d3.tar.gz
dotfiles-b0be33df4260871f3d38983c1064deea7fefd9d3.tar.xz
bin/re: Silence ShellCheck false positive
-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