mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix „villas“ alias to work correctly with villas-test-{cmp, rtt}
This commit is contained in:
parent
9771559533
commit
d2a281bc9d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
PREFIX=villas
|
||||
|
||||
# Get a list of all available tools
|
||||
TOOLS=$(compgen -c | egrep "^$PREFIX-" | sort | cut -d- -f2 | paste -sd\|)
|
||||
TOOLS=$(compgen -c | egrep "^$PREFIX-" | sort | cut -d- -f2- | paste -sd\|)
|
||||
|
||||
# First argument to wrapper is the tool which should be started
|
||||
TOOL=$1
|
||||
|
|
Loading…
Add table
Reference in a new issue