commit 6612ade8b0b04238bd44758a6f34c50c5d25394d
parent bcbe7b144598db4a103f14e8408c4b7327d6d5e1
Author: Ferenc Erki <erkiferenc@gmail.com>
Date: Sun, 28 Oct 2018 09:33:54 +0100
clipdel: Remove legacy comments
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/clipdel b/clipdel
@@ -40,8 +40,6 @@ if ! [[ -f $cache_file ]]; then
exit 0 # Well, this is a kind of success...
fi
-# https://github.com/koalaman/shellcheck/issues/1141
-# shellcheck disable=SC2124
raw_pattern=$1
esc_pattern=${raw_pattern//\#/'\#'}