summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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