Skip to content

Commit

Permalink
modified: src/scripts/eicrecon-this.sh.in
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Mar 17, 2023
1 parent a1cadfe commit b95f4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/eicrecon-this.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ fi

# Add plugins to ROOT_INCLUDE_PATH if not already there
if [[ ! ":ROOT_INCLUDE_PATH:" == *":$PLUGINS_DIR:"* ]]; then
export ROOT_INCLUDE_PATH="${PLUGINS_DIR}${ROOT_INCLUDE_PATH:+:${ROOT_INCLUDE_PATH}}" # why the plugin libs and not the headers?
export ROOT_INCLUDE_PATH="${PLUGINS_DIR}${ROOT_INCLUDE_PATH:+:${ROOT_INCLUDE_PATH}}"
fi

0 comments on commit b95f4ed

Please sign in to comment.