# HG changeset patch # User František Kučera # Date 1376220293 -7200 # Node ID 1d83850b548a242ae443e55526552aab4a1a0bcd # Parent c18b33cc832968a0940cd426de6f89f86f6dc7b5 build script: info message about data version diff -r c18b33cc8329 -r 1d83850b548a build.sh --- a/build.sh Sun Aug 11 13:22:24 2013 +0200 +++ b/build.sh Sun Aug 11 13:24:53 2013 +0200 @@ -37,7 +37,7 @@ pushd `dirname $0`/$GENERATOR_DIR -hg status ../../data/dictionary.xml | grep -q "^M" && echo -e "\033[31mWARNING: building from data file which was not commited into Mercurial!\033[0m"; +hg status ../../data/dictionary.xml | grep -q "^M" && echo -e "\033[31mWARNING: building from data file which was not commited into Mercurial!\033[0m" || (echo -e "\033[32mINFO: building from versioned data file: `hg identify` \033[0m"); # build the generator if needed if [ ! -f $JAR ]; then