mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
5 lines
131 B
Bash
Executable file
5 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
TOP=`dirname "$0"`/../..
|
|
. $TOP/build/tools/bb/bbdev_common_waf.sh
|
|
export UBUNTU_MENUPROXY=""
|
|
exec $TOP/$EXECUTABLE "$@"
|