aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2012-12-06 11:14:43 +0100
committerChristian Starkjohann <cs+github@obdev.at>2012-12-06 11:14:43 +0100
commit761864f3eac67c25d4512309d6d3021d4a51c49f (patch)
treed115fe1a438377a5290000e8b38460e41580ec4a
parent3e2299e8021839364dc2c139ad39fb6943add76f (diff)
downloadv-usb-761864f3eac67c25d4512309d6d3021d4a51c49f.tar.gz
v-usb-761864f3eac67c25d4512309d6d3021d4a51c49f.tar.bz2
v-usb-761864f3eac67c25d4512309d6d3021d4a51c49f.zip
Improved wording in info message.
-rwxr-xr-xmkdist.sh2
1 files changed, 1 insertions, 1 deletions
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