Skip to content
Snippets Groups Projects
Commit 3902fcfe authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: single_tracks.sh

parent 2ebd2b82
No related branches found
No related tags found
1 merge request!190Cleaning up single track fitting
...@@ -28,7 +28,7 @@ do ...@@ -28,7 +28,7 @@ do
;; ;;
--all) --all)
DO_ALL=2 DO_ALL=2
if [[ "${DO_REC}${DO_SIM}${DO_ANALYSIS}" != "" ]] ; if [[ "${DO_REC}${DO_SIM}${DO_ANALYSIS}" != "" ]] ; then
echo "Error: cannot use --all with other arguments." 1>&2; echo "Error: cannot use --all with other arguments." 1>&2;
print_the_help print_the_help
exit 1 exit 1
...@@ -103,7 +103,7 @@ if [[ -n "${DO_SIM}" || -n "${DO_ALL}" ]] ; then ...@@ -103,7 +103,7 @@ if [[ -n "${DO_SIM}" || -n "${DO_ALL}" ]] ; then
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running script" echo "ERROR running script"
exit 1 exit 1
fi fi
fi fi
if [[ -n "${DO_REC}" || -n "${DO_ALL}" ]] ; then if [[ -n "${DO_REC}" || -n "${DO_ALL}" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment