From ebac7756fa5df34e034632988729f68244b99e31 Mon Sep 17 00:00:00 2001 From: seefo Date: Fri, 24 May 2019 22:56:34 -0400 Subject: [PATCH] Fixed path problem with startServer.sh script --- startServer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startServer.sh b/startServer.sh index 930c19b..a6c902f 100755 --- a/startServer.sh +++ b/startServer.sh @@ -1,6 +1,6 @@ #!/bin/bash -cd exe/linux +cd configs export LLVM_PROFILE_FILE="output-%p.profraw"