diff 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
line wrap: on
line diff
--- a/scripts/build_pd.sh	Mon Feb 08 23:25:18 2016 +0000
+++ b/scripts/build_pd.sh	Tue Feb 09 16:26:04 2016 +0000
@@ -87,7 +87,7 @@
 function hasNotChanged(){
     if [ $WATCH -eq 0 ];
     then
-        echo "Files in the source folder changed since the last build, use --force to force recompiling";
+        echo "Files in the source folder did not change since the last build, use --force to force recompiling";
         exit 0;
     fi;
 }