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, 0 insertions, 2 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index 6aeeaa583a..99eeb04d01 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -6,8 +6,6 @@ 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