From f46fe140085276369261e06c6f9f5683164a7019 Mon Sep 17 00:00:00 2001 From: spo Date: Wed, 18 Nov 2015 17:15:05 +0300 Subject: [PATCH] Fix build standalone --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 7f2d98e45..3732d1601 100755 --- a/test.sh +++ b/test.sh @@ -1,7 +1,7 @@ #!/bin/bash source env.sh -source env_standalone.sh +source ${TOOLS_DIR}/env_salome.sh mkdir -p ${BUILD_DIR} cd ${BUILD_DIR} -- 2.30.2