comparison scripts/build_pd.sh @ 214:1721296e3e71

Fixed printed text
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 09 Feb 2016 16:26:04 +0000
parents b5d59cf94c64
children
comparison
equal deleted inserted replaced
212:301dceb39ec8 214:1721296e3e71
85 done 85 done
86 86
87 function hasNotChanged(){ 87 function hasNotChanged(){
88 if [ $WATCH -eq 0 ]; 88 if [ $WATCH -eq 0 ];
89 then 89 then
90 echo "Files in the source folder changed since the last build, use --force to force recompiling"; 90 echo "Files in the source folder did not change since the last build, use --force to force recompiling";
91 exit 0; 91 exit 0;
92 fi; 92 fi;
93 } 93 }
94 94
95 function checkChanged(){ 95 function checkChanged(){