Skip to content

Commit

Permalink
Use 'md5 -q'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Oct 8, 2012
1 parent 9dcd058 commit 5444ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mutt/mailcap-handler
Expand Up @@ -35,7 +35,7 @@ mkdir -p -m 0700 ${tmpdir}
# Get an md5sum of the file to use as a unique(-ish) copy.
#
if type md5 >/dev/null 2>&1; then
MD5='md5'
MD5='md5 -q'
elif type digest >/dev/null 2>&1 &&
digest md5 /dev/null >/dev/null 2>&1; then
MD5='digest md5'
Expand Down

0 comments on commit 5444ac1

Please sign in to comment.