[Swift-commit] r5839 - trunk/bin
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Mon Jul 16 18:21:37 CDT 2012
Author: hategan
Date: 2012-07-16 18:21:37 -0500 (Mon, 16 Jul 2012)
New Revision: 5839
Modified:
trunk/bin/swift
Log:
fixed error on startup
Modified: trunk/bin/swift
===================================================================
--- trunk/bin/swift 2012-07-16 23:19:44 UTC (rev 5838)
+++ trunk/bin/swift 2012-07-16 23:21:37 UTC (rev 5839)
@@ -126,7 +126,7 @@
fi
# Check if we are running on a mac, if so look for md5 and not md5sum
-if [ "`uname`" == "Darwin" ]; then
+if [ "`uname`" = "Darwin" ]; then
MD5SUM=`which md5 2>&1`
if [ ! -x "$MD5SUM" ]; then
echo "warning: unable to find md5"
More information about the Swift-commit
mailing list