We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e945f92 commit 993b4b0Copy full SHA for 993b4b0
install/prepareProductionBinaries.sh
@@ -8,7 +8,7 @@
8
9
if [ $# -lt 1 ]; then
10
echo "
11
-./prepareProductionBinaries.sh <data set> <Eventdisplay version>
+./prepareProductionBinaries.sh <data set> <Eventdisplay branch>
12
13
will install hessioxx, Eventdisplay analysis files and code
14
@@ -118,7 +118,7 @@ mkdir -p $CODEDIR || return
118
echo "Software installation into $CODEDIR"
119
echo "Preparing binaries for $DSET"
120
121
-echo
+echo
122
echo "Getting Eventdisplay..."
123
cd $CODEDIR
124
if [[ $VERSION == "main" ]]; then
0 commit comments