Code cleanup

This commit is contained in:
Pierre Pronchery 2013-01-07 03:26:47 +01:00
parent e4e3520e2f
commit 1c97708d44

View File

@ -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"