Code cleanup
This commit is contained in:
parent
8b815c58bf
commit
56fb20d8fd
|
@ -103,7 +103,7 @@ while [ $# -gt 0 ]; do
|
|||
|
||||
source="${target#$OBJDIR}"
|
||||
appinterface="${source##*/}"
|
||||
appinterface="${appinterface%%.h}.interface"
|
||||
appinterface="${appinterface%.h}.interface"
|
||||
#XXX also look in ../data
|
||||
[ ! -f "$appinterface" ] && appinterface="../data/$appinterface"
|
||||
_appbroker "$target" "$appinterface" || exit 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user