aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-08-06 10:01:08 +0530
committersinanmohd <sinan@firemail.cc>2023-08-06 11:21:12 +0530
commit253213e9dae4cfd6b7b5406d5a53be23553cb7b8 (patch)
tree1cee0f03e63a2d1a3e8e15c842bb6472acb4a56b
parente6188bb8d98574669d5d7f7a7d4c6aa595aeaacf (diff)
damb: someone forgot the escape character in a shell pattern
-rwxr-xr-xdamb2
1 files changed, 1 insertions, 1 deletions
diff --git a/damb b/damb
index 612619c..c5b3fe9 100755
--- a/damb
+++ b/damb
@@ -93,7 +93,7 @@ parse_keys()
_key="$(trim "$_key")"
case "$_key" in
- #*) continue
+ \#*) continue
esac
if [ "$1" = "getval" ]; then