From d2a281bc9db1cdf2e0c4eb8e7a500a423d265729 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 12 Mar 2017 17:14:26 -0300 Subject: [PATCH] =?UTF-8?q?fix=20=E2=80=9Evillas=E2=80=9C=20alias=20to=20w?= =?UTF-8?q?ork=20correctly=20with=20villas-test-{cmp,=20rtt}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/villas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/villas.sh b/tools/villas.sh index 3fb8be121..25f017422 100755 --- a/tools/villas.sh +++ b/tools/villas.sh @@ -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