Skip to content

Commit

Permalink
Merge pull request #236 from tickets/DM-29431
Browse files Browse the repository at this point in the history
DM-29431: Replace envAppend with envPrepend in ups table files.
  • Loading branch information
arunkannawadi committed Apr 28, 2021
2 parents 8cd22d8 + 0ca6db4 commit 061dc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/meas_algorithms.table
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(LSST_LIBRARY_PATH, ${PRODUCT_DIR}/lib)

envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
envAppend(PATH, ${PRODUCT_DIR}/bin)
envPrepend(PATH, ${PRODUCT_DIR}/bin)

0 comments on commit 061dc3c

Please sign in to comment.