Go to the source code of this file.
do&& [[ -z "$Line" ]] continue&& [[ "${Line:0:1}" == "#" ]] continue FHiCLname |
Initial value:="${Line%.fcl}.fcl"
Jobs+=( "$FHiCLname" )
done < "$JobListFilePath"
cat <<EOH
--- Setup ----------------------------------------------------------------------
Configuration base
directory:
'${FHiCLbaseDir}'
Generation scripts (${#GenerationScriptPaths[@]}):${GenerationScriptPaths[@]/#/${EndLine} }
Job configuration (${#Jobs[@]}):${Jobs[@]/#/${EndLine} }
--------------------------------------------------------------------------------
EOH
then echo Work directory not specified exit fi echo Work directory
if &&[-z"$BASH_VERSION"] then echo Attempting to switch to bash bash shellSwitch exit fi &&["$1"= 'shellSwitch'] shift declare a IncludeDirectives for Dir in
Definition at line 154 of file generateOverburdenConfigurations.sh.
Initial value:="${CandidateDir}/${JobListFileName}"
[[ -
r "$JobListFilePath" ]] &&
break
done
[[ -
r "$JobListFilePath" ]] ||
FATAL 2
"Couldn't find job list file '${JobListFileName}'"
declare Jobs
while read Line
Definition at line 143 of file generateOverburdenConfigurations.sh.
Initial value:="$(which "$ScriptName" 2> /dev/null)"
[[ $? == 0 ]] && break
[[ $? == 0 ]] && break
FATAL 2
"Could not locate the script '${ScriptName}'!"
done
GenerationScriptPaths+=( ["$ScriptTag"]="$ScriptPath" )
done
for CandidateDir
in "$FHiCLbaseDir" "."
if &&[-z"$BASH_VERSION"] then echo Attempting to switch to bash bash shellSwitch exit fi &&["$1"= 'shellSwitch'] shift declare a IncludeDirectives for Dir in
Definition at line 129 of file generateOverburdenConfigurations.sh.