pingpong: Fix for ubuntu which

This commit is contained in:
Matt Joiner
2015-10-14 11:08:48 +11:00
parent 2907919022
commit eb937061bb
+1 -1
View File
@@ -27,7 +27,7 @@ function other_ucat() {
}
function md5cmd() {
(which -s md5sum && md5sum "$@") || (which -s md5 && md5 "$@") || md5sum "$@"
(which md5sum > /dev/null && md5sum "$@") || (which md5 > /dev/null && md5 "$@") || md5sum "$@"
}
# Check what the correct result is.