From b16afc1a9cbd90bfe5ffdae102158bdce1deb587 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Wed, 5 Nov 2014 15:59:43 +0100 Subject: fix silencing typo 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="" -- cgit v0.10.1