summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/noderun
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-21 20:46:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-21 20:46:15 +0000
commit5e0c8d1015370d00ba86e40b27a0ddc0b3334a5e (patch)
tree6f4e60cf74758b8cda57e05070ff3f07f8d179bf /tools/linux_packaging/noderun
parentda52e3fb4e25cb3e98937bd58372c220de8915ee (diff)
automated build stuff continues
git-svn-id: svn://localhost/ardour2/branches/3.0@9180 d708f5d6-7413-0410-9779-e7cbd77b26cf
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