- Sep 14, 2017
-
-
Brad Sawatzky authored
- Apparently $?loginsh is not a good indicator of whether tcsh is interactive (bad Google...) so we'll look for 'setup.csh' in the current directory and if it is present assume it is the hcana/ directory. - The if($?prompt) clause should print some info text if you're interactive. (Although it's not definitive either -- dammit csh.) -- Brad
-
Brad Sawatzky authored
- The underlying problem here is that $_ is assumed to contain the path to the sourced file, but that isn't true for any version of tcsh I've tried... (I guess it must have worked for some version of tcsh?) Anyway, that fails and $1 is also empty in the else clause so the script fails. - Reliably finding the path to a sourced file is next to impossible in tcsh, so just encourage/force people to pass a path to the script directory as an argument. -- Brad
-
- May 12, 2017
-
-
Stephen A. Wood authored
-
- Sep 08, 2014
-
-
Stephen A. Wood authored
-
- Aug 25, 2014
-
-
Stephen A. Wood authored
-
- Aug 20, 2014
-
-
Zafar authored
Bugs fixed.
-
- May 16, 2013
-
-
Jamil authored
-
- May 15, 2013
-
-
Vardan Tadevosyan authored
-
- Apr 10, 2013
-
-
Stephen A. Wood authored
source PATH/setup.csh PATH
-
- May 02, 2012
-
-
Stephen A. Wood authored
-
- Feb 29, 2012
-
-
Stephen A. Wood authored
Make setup scripts work from anywhere (so can be added to login script) Makefile builds the Hall A analyzer.
-