Skip to content

Commit

Permalink
Changing to -n
Browse files Browse the repository at this point in the history
  • Loading branch information
ChSonnabend committed Jan 17, 2025
1 parent 6624f3f commit 0cfeaa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,10 @@ valid_defaults:
#!/bin/sh
export ROOTSYS=$ROOT_ROOT

if [[ -z $ONNXRUNTIME_REVISION ]]; then
if [[ -n $ONNXRUNTIME_REVISION ]]; then
source $ONNXRUNTIME_ROOT/etc/ort-init.sh
echo "ORT_ROCM_BUILD: $ORT_ROCM_BUILD"
echo "ORT_CUDA_BUILD: $ORT_CUDA_BUILD"
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
fi

# Making sure people do not have SIMPATH set when they build fairroot.
Expand Down

0 comments on commit 0cfeaa0

Please sign in to comment.