Code cleanup
This commit is contained in:
parent
e4e3520e2f
commit
1c97708d44
|
@ -25,6 +25,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#variables
|
||||||
|
#executables
|
||||||
|
APPBROKER="AppBroker"
|
||||||
|
|
||||||
|
|
||||||
#functions
|
#functions
|
||||||
#usage
|
#usage
|
||||||
_usage()
|
_usage()
|
||||||
|
@ -55,4 +60,4 @@ fi
|
||||||
APPINTERFACE="$1"
|
APPINTERFACE="$1"
|
||||||
APPINTERFACE="${APPINTERFACE##*/}"
|
APPINTERFACE="${APPINTERFACE##*/}"
|
||||||
APPINTERFACE="../data/${APPINTERFACE%%.h}.interface"
|
APPINTERFACE="../data/${APPINTERFACE%%.h}.interface"
|
||||||
AppBroker -o "$1" "$APPINTERFACE"
|
$APPBROKER -o "$1" "$APPINTERFACE"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user