diff options
| author | Christian Starkjohann <cs+github@obdev.at> | 2012-12-06 11:14:43 +0100 | 
|---|---|---|
| committer | Christian Starkjohann <cs+github@obdev.at> | 2012-12-06 11:14:43 +0100 | 
| commit | 761864f3eac67c25d4512309d6d3021d4a51c49f (patch) | |
| tree | d115fe1a438377a5290000e8b38460e41580ec4a | |
| parent | 3e2299e8021839364dc2c139ad39fb6943add76f (diff) | |
| download | v-usb-761864f3eac67c25d4512309d6d3021d4a51c49f.tar.gz v-usb-761864f3eac67c25d4512309d6d3021d4a51c49f.tar.bz2 v-usb-761864f3eac67c25d4512309d6d3021d4a51c49f.zip | |
Improved wording in info message.
| -rwxr-xr-x | mkdist.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
