diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-16 20:31:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-16 20:31:17 -0400 |
| commit | f7d91f89bb4545d09f3cd19335b51a40497899ef (patch) | |
| tree | fea547db2221f00440ed7f192fcd071d9e906efc /local-tomo | |
| parent | 3a73ac521cfef932e8a98c1ff39616cf877e5de0 (diff) | |
Update local tomo script
Diffstat (limited to 'local-tomo')
| -rwxr-xr-x | local-tomo | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 "$@" |
