From e84f38e73cc24ca12d2e85e323ae5fad430bcb0d Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 16 Sep 2016 09:25:04 +0000 Subject: [PATCH] Use md5sum in test/functions.source checkSum() --- test/functions.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functions.source b/test/functions.source index 3e3a6305..0d4bd5c7 100644 --- a/test/functions.source +++ b/test/functions.source @@ -419,7 +419,7 @@ copyVideoFiles () checkSum() { # cygwin checksum: http://esrg.sourceforge.net/utils_win_up/md5sum/ - md5 $1 | cut -d= -f 2 | sed -E -e 's/ //g' | cut '-d(' -f 1 + md5sum $1 | cut -d' ' -f 1 } ##