Commit 0da35dc2 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

fix md5 detection

parent ca045302
Loading
Loading
Loading
Loading
+5 −14
Original line number Diff line number Diff line
@@ -39,15 +39,6 @@ fi

system=$(uname -s)

# check, whether we have set md5 correctly
if
	! command -v $md5 &
	>/dev/null
then
	echo "Executable for calculating md5 could not be detected. Aborting."
	exit
fi

if [ "$system" = "Darwin" ]; then
    md5 -r cat?/c??/*.wav | awk '{print "MD5"toupper($1)".\\"$2 }' | tr -s '/' '\\' >$1
else