about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDave Collins <davec@conformal.com>2011-10-04 09:35:30 -0500
committerDave Collins <davec@conformal.com>2011-10-04 09:35:30 -0500
commit02983bd7cb22d4e51828d3e616703685b263bdfc (patch)
treeb7c022d82fb4d84c17e4fe82457b932aaca5d0e3
parent68a74b3ee0454313bcc5193135e6190023389664 (diff)
downloadxombrero-02983bd7cb22d4e51828d3e616703685b263bdfc.tar.gz
Uncomment modifications test in release script.
-rwxr-xr-xrelease.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index d089e11..7b70f97 100755
--- a/release.sh
+++ b/release.sh
@@ -55,8 +55,7 @@ fi
 NUM_MODIFIED=$(git diff 2>/dev/null | wc -l | sed 's/^[ \t]*//')
 NUM_STAGED=$(git diff --cached 2>/dev/null | wc -l | sed 's/^[ \t]*//')
 if [ "$NUM_MODIFIED" != "0" -o "$NUM_STAGED" != "0" ]; then
-#	report_err "the working directory contains uncommitted modifications"
-	echo
+	report_err "the working directory contains uncommitted modifications"
 fi
 
 # get version