mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
5 lines
120 B
Text
5 lines
120 B
Text
|
|
#!/bin/sh
|
||
|
|
. `dirname "$0"`/../build/headless/hardev_common_waf.sh
|
||
|
|
export UBUNTU_MENUPROXY=""
|
||
|
|
exec $TOP/$EXECUTABLE "$@"
|