summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-23 14:09:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-23 14:09:48 +0000
commite43b01535c491cc8190d53b538bc7a7fd125165c (patch)
treef89ea6c9f235c25c01012afd7a980c096293d590 /tools
parent7178f031ba40f017b9633cd34ad525c19181378c (diff)
tracking down why alpha binaries don't find control surfaces
git-svn-id: svn://localhost/ardour2/branches/3.0@9189 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 72c70380c5..89a6f4c491 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