diff options
author | Jan Huwald <jh@sotun.de> | 2014-11-05 14:59:43 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-11-05 14:59:43 (GMT) |
commit | b16afc1a9cbd90bfe5ffdae102158bdce1deb587 (patch) | |
tree | af2c88e32ea8b1c17f095b5b825e101d3c4937d0 | |
parent | f4ecc799acc812f82d1112fbd6aec16460763476 (diff) |
fix silencing typo
-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="" |