From 761864f3eac67c25d4512309d6d3021d4a51c49f Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Thu, 6 Dec 2012 11:14:43 +0100 Subject: Improved wording in info message. --- mkdist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdist.sh b/mkdist.sh index 05e6efb..25c1040 100755 --- a/mkdist.sh +++ b/mkdist.sh @@ -22,7 +22,7 @@ eagle=~/Applications/EAGLE/EAGLE.app/Contents/MacOS/EAGLE changes=$(git status --porcelain --untracked-files=no) if [ -n "$changes" ]; then - echo "There are unsaved changes. Please commit them before making a release!" + echo "There are uncommitted changes. Please commit them before making a release!" exit 1 fi -- cgit v1.2.3