1
0
Fork 0
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:
Steffen Vogel 2017-03-12 17:14:26 -03:00
parent 9771559533
commit d2a281bc9d

View file

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