summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-03-29 18:43:45 +0000
committerTodd Naugle <toddn@glw.com>2011-03-29 18:43:45 +0000
commit4b341006efd70789df30a034afc04d83f5219370 (patch)
treec37f6c3c0511bc6c0a1b7554b0c163457f2ab60e /tools
parent6902a461444ad06363403ab0d44766afcbbfb295 (diff)
Allow extra command line parameters to be passed in
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9234 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/ardour.sh.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 86edd62770..52d5032a5d 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -7,13 +7,7 @@ while [ $# -gt 0 ] ; do
-d)
DEBUG="T";
shift ;;
- *)
- #catch all for unknown arguments
- echo ""
- echo "!!! ERROR !!! - Unknown argument $1"
- echo ""
- exit 1
- ;;
+ *) break;;
esac
done