All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
testFHiCLfiles_icarus.sh File Reference

Go to the source code of this file.

Variables

 SCRIPTDIR
 
then echo This test script
requires BASH or newer &exit
fi declare r 
TestScriptName
 
then echo FATAL
 
then DistributedFHiCLdir
 

Variable Documentation

then DistributedFHiCLdir
Initial value:
="${ICARUSCODE_DIR}/job"
if [[ -d "$DistributedFHiCLdir" ]]

Definition at line 34 of file testFHiCLfiles_icarus.sh.

then echo FATAL

Definition at line 33 of file testFHiCLfiles_icarus.sh.

SCRIPTDIR
Initial value:
="$(dirname "$0")"
if [[ "${BASH_VERSINFO[0]}" -lt 4 ]]

Definition at line 3 of file testFHiCLfiles_icarus.sh.

then echo This test script requires BASH or newer& exit fi declare r TestScriptName
Initial value:
='testFHiCLfiles.sh'
declare TestScript
TestScript="$(which "$TestScriptName" 2> /dev/null)"
[[ $? != 0 ]] && TestScript="${SCRIPTDIR}/${TestScriptName}"
[[ -r "$TestScript" ]] || TestScript="./${TestScriptName}"
if [[ ! -r "$TestScript" ]]
esac echo uname r

Definition at line 17 of file testFHiCLfiles_icarus.sh.