[meta-freescale] [base][PATCH] setup-environment: Avoid displaying bash as the name of the script

Timur Aydin ta at taydin.org
Wed Feb 12 13:09:51 PST 2014


Signed-off-by: Timur Aydin <ta at taydin.org>
---
 setup-environment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-environment b/setup-environment
index f2c91d7..861d854 100644
--- a/setup-environment
+++ b/setup-environment
@@ -122,7 +122,7 @@ for f in $CWD/sources/base/*; do
     fi
 done
 if [ "$updated" = "true" ]; then
-    echo "The project root content has been updated. Please run $0 again."
+    echo "The project root content has been updated. Please run script again."
     return
 fi
 
-- 
1.8.5.4



More information about the meta-freescale mailing list