diff options
-rwxr-xr-x | anondcim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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="" |