changeset 214:1721296e3e71

Fixed printed text
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 09 Feb 2016 16:26:04 +0000
parents 301dceb39ec8
children b10f5ba8fd33
files scripts/build_pd.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 }