From 1c97708d4490f7eba4b44f00bcd5464eab05694c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 7 Jan 2013 03:26:47 +0100 Subject: [PATCH] Code cleanup --- data/appbroker.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"