From 5584448e3b846468dbfc2d9849f45827b4315f9b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 26 Jul 2017 22:09:08 +0200 Subject: [PATCH] Fix config path --- Js/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Js/build.sh b/Js/build.sh index b6a8757..872029b 100644 --- a/Js/build.sh +++ b/Js/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -. config +. config.sh . Tools/buildBase.sh . Tools/buildLib.sh