aboutsummaryrefslogtreecommitdiff
path: root/damb
diff options
context:
space:
mode:
Diffstat (limited to 'damb')
-rwxr-xr-xdamb3
1 files changed, 1 insertions, 2 deletions
diff --git a/damb b/damb
index e8f9d48..b97d0bb 100755
--- a/damb
+++ b/damb
@@ -154,8 +154,7 @@ verify_val()
# verify_val <value>
case "$1" in
- *"\n"*) return 1 ;;
- *$damb_dlim*) return 1 ;;
+ *"\n"*|*$damb_dlim*) return 1 ;;
esac
case "$(file --brief --dereference --mime-type "$1")" in