From c17a2ffe0226150455e686bb55612956e871f54c Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 1 May 2020 17:46:14 +0200 Subject: [PATCH] typo in last commit --- s/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/runtests b/s/runtests index f62d410a5..429f8ef03 100755 --- a/s/runtests +++ b/s/runtests @@ -1,6 +1,6 @@ #!/bin/bash set -e -eval ($luarocks path) +eval $(luarocks path) ROOT=$(git rev-parse --show-toplevel) [ -z $BUILD ] && BUILD=Debug ; export BUILD