diff --git a/data/appbroker.sh b/data/appbroker.sh index b6ed7d5..c0708cc 100755 --- a/data/appbroker.sh +++ b/data/appbroker.sh @@ -25,6 +25,11 @@ +#variables +#executables +APPBROKER="AppBroker" + + #functions #usage _usage() @@ -55,4 +60,4 @@ fi APPINTERFACE="$1" APPINTERFACE="${APPINTERFACE##*/}" APPINTERFACE="../data/${APPINTERFACE%%.h}.interface" -AppBroker -o "$1" "$APPINTERFACE" +$APPBROKER -o "$1" "$APPINTERFACE"