From 1bab7f7aa3ea7113ad73fb7bb3340fed3f5ac186 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 15 Oct 2019 08:11:04 +0200 Subject: [PATCH] Fix spelling error --- python/setup-test.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup-test.sh.in b/python/setup-test.sh.in index eb237123e..185696e1e 100644 --- a/python/setup-test.sh.in +++ b/python/setup-test.sh.in @@ -10,7 +10,7 @@ cp -r @PROJECT_SOURCE_DIR@/python @PROJECT_BINARY_DIR@ cd @PROJECT_BINARY_DIR@/python -export PYTHONPPATH=@PROJECT_BINARY_DIR@/python/python:$PYTHONPATH +export PYTHONPATH=@PROJECT_BINARY_DIR@/python/python:$PYTHONPATH export LD_LIBRARY_PATH=@PROJECT_BINARY_DIR@/lib:@_setup_lib_dirs@:$LD_LIBRARY_PATH