build.sh
changeset 31 1d83850b548a
parent 29 1c0eb6a70c2a
child 32 149b604c319b
     1.1 --- a/build.sh	Sun Aug 11 13:22:24 2013 +0200
     1.2 +++ b/build.sh	Sun Aug 11 13:24:53 2013 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  
     1.5  pushd `dirname $0`/$GENERATOR_DIR
     1.6  
     1.7 -hg status ../../data/dictionary.xml | grep -q "^M" && echo -e "\033[31mWARNING: building from data file which was not commited into Mercurial!\033[0m";
     1.8 +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");
     1.9  
    1.10  # build the generator if needed
    1.11  if [ ! -f $JAR ]; then