aboutsummaryrefslogtreecommitdiff
path: root/local-tomo
diff options
context:
space:
mode:
Diffstat (limited to 'local-tomo')
-rwxr-xr-xlocal-tomo5
1 files changed, 1 insertions, 4 deletions
diff --git a/local-tomo b/local-tomo
index c7eaeb21..bdf1e0da 100755
--- a/local-tomo
+++ b/local-tomo
@@ -7,8 +7,5 @@ if [ ! -e "$here/build/bin/tomo_$version" ]; then
fi
PATH="$here/build/bin${PATH:+:$PATH}" \
-LD_LIBRARY_PATH="$here/build/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" \
-LIBRARY_PATH="$here/build/lib${LIBRARY_PATH:+:$LIBRARY_PATH}" \
-C_INCLUDE_PATH="$here/build/include${C_INCLUDE_PATH:+:$C_INCLUDE_PATH}" \
-CPATH="$here/build/include${CPATH:+:$CPATH}" \
+TOMO_PATH="$here/build" \
tomo_"$version" "$@"