1
0
forked from GitHub/gf-rgl

Remove unneccessary --gf-lib-path, which could give misleading errors

This commit is contained in:
John J. Camilleri
2018-08-07 10:11:23 +02:00
parent b76d8512e4
commit 32647437ad

View File

@@ -393,7 +393,7 @@ gfcn bi mode summary files = do
run_gfc :: Info -> [String] -> IO ()
run_gfc bi args = do
let
args' = ["--batch","--gf-lib-path="++sourceDir] ++ filter (not . null) args
args' = ["--batch"] ++ filter (not . null) args
gf = infoGFPath bi
execute gf args'