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 0033fa6 commit bb2adb9Copy full SHA for bb2adb9
GetToolDAQ.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
init=1
6
tooldaq=1
7
boostflag=1
@@ -194,13 +196,7 @@ then
194
196
mkdir src
195
197
cp -r ./Dependencies/ToolDAQFramework/src/main.cpp ./src/
198
cp ./Dependencies/ToolDAQFramework/Application/* ./
- git add DataModel/*
- git add UserTools/*
199
- git add configfiles/*
200
- git add ./Makefile
201
- git add ./CMakeLists.txt
202
- git add ./Setup.sh
203
- git add ./src/main.cpp
+ git add DataModel UserTools configfiles Makefile CMakeLists.txt Setup.sh src/main.cpp
204
rm -f ./GetToolFramework.sh
205
sed -i 's/setup=1/setup=0/' ./GetToolDAQ.sh
206
fi
0 commit comments