From f7d91f89bb4545d09f3cd19335b51a40497899ef Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Apr 2025 20:31:17 -0400 Subject: Update local tomo script --- local-tomo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'local-tomo') 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 "$@" -- cgit v1.2.3