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

modified: single_tracks.sh

parent 3902fcfe
Branches
Tags
1 merge request!190Cleaning up single track fitting
......@@ -28,8 +28,8 @@ do
;;
--all)
DO_ALL=2
if [[ "${DO_REC}${DO_SIM}${DO_ANALYSIS}" != "" ]] ; then
echo "Error: cannot use --all with other arguments." 1>&2;
if [[ "${DO_REC}${DO_SIM}${DO_ANALYSIS}" -eq "" ]] ; then
echo "Error: cannot use --all with other arguments." 1>&2
print_the_help
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment