summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/noderun
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/noderun')
-rw-r--r--tools/linux_packaging/noderun2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index 99eeb04d01..6aeeaa583a 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -6,6 +6,8 @@ if [ x$BASE = "x" ] ; then
exit 1
fi
+echo "Hello, world!"
+
cd $BASE || exit 1
svn update || exit 1
./waf configure --strict --noconfirm || exit 1