Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 82df25c

Browse files
committed
HashProgramOutput: Use compute md5 command.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@111459 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 83e296f commit 82df25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HashProgramOutput.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ if [ ! -x "$md5cmd" ]; then
1515
fi
1616

1717
mv $1 $1.bak
18-
md5 < $1.bak > $1
18+
$md5cmd < $1.bak > $1
1919
rm -f $1.bak

0 commit comments

Comments
 (0)