summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2014-11-05 14:59:43 (GMT)
committerJan Huwald <jh@sotun.de>2014-11-05 14:59:43 (GMT)
commitb16afc1a9cbd90bfe5ffdae102158bdce1deb587 (patch)
treeaf2c88e32ea8b1c17f095b5b825e101d3c4937d0
parentf4ecc799acc812f82d1112fbd6aec16460763476 (diff)
fix silencing typo
-rwxr-xr-xanondcim4
1 files changed, 2 insertions, 2 deletions
diff --git a/anondcim b/anondcim
index aa4902b..def65b1 100755
--- a/anondcim
+++ b/anondcim
@@ -24,8 +24,8 @@ rand() {
[ $# -gt 0 ] || die_usage
-which convert 2>/dev/null || die "ImageMagick (convert, identify) is not installed"
-which jhead 2>/dev/null || which exiftool 2>/dev/null || die "jhead or exiftool has to be installed"
+which convert &>/dev/null || die "ImageMagick (convert, identify) is not installed"
+which jhead &>/dev/null || which exiftool &>/dev/null || die "jhead or exiftool has to be installed"
# set default values
file_prefix=""
contact: Jan Huwald // Impressum