Skip to content
Snippets Groups Projects
Commit 5e21c7b7 authored by Marko Petric's avatar Marko Petric
Browse files

fix thisdd4hep.sh to use right argument in function call

parent 7d89a650
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ if [ "x$SOURCE" = "x" ]; then ...@@ -70,7 +70,7 @@ if [ "x$SOURCE" = "x" ]; then
SOURCE=${(%):-%N} # for zsh SOURCE=${(%):-%N} # for zsh
fi fi
dd4hep_parse_this $SOURCE @PackageName@; dd4hep_parse_this $SOURCE dd4hep;
# #
# These 3 are the main configuration variables: ROOT, Geant4 and XercesC # These 3 are the main configuration variables: ROOT, Geant4 and XercesC
# --> LCIO & Co. are handled elsewhere! # --> LCIO & Co. are handled elsewhere!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment