aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocal-tomo6
1 files changed, 3 insertions, 3 deletions
diff --git a/local-tomo b/local-tomo
index f6548058..241b0eff 100755
--- a/local-tomo
+++ b/local-tomo
@@ -6,7 +6,7 @@ if [ ! -e "$here/build/bin/tomo" ]; then
fi
PATH="$here/build/bin:$PATH" \
-LD_LIBRARY_PATH="$here/build/lib:$LD_LIBRARY_PATH" \
-LIBRARY_PATH="$here/build/lib:$LIBRARY_PATH" \
-C_INCLUDE_PATH="$here/build/include:$C_INCLUDE_PATH" \
+LD_LIBRARY_PATH="$here/build/lib" \
+LIBRARY_PATH="$here/build/lib" \
+C_INCLUDE_PATH="$here/build/include" \
tomo "$@"