All the debugging I could find.
This commit is contained in:
+3
-9
@@ -1,12 +1,8 @@
|
||||
if( $?CSHENV_DEBUG ) then
|
||||
echo "Running tcshrc.system..."
|
||||
endif
|
||||
_debug "Running tcshrc.system..."
|
||||
|
||||
setenv CSHENV_SYSTEM `uname`
|
||||
|
||||
if( $?CSHENV_DEBUG ) then
|
||||
echo 'Initially detected that you are running on a "'${CSHENV_SYSTEM}'" system'
|
||||
endif
|
||||
_debug 'Initially detected that you are running on a "'${CSHENV_SYSTEM}'" system'
|
||||
|
||||
|
||||
|
||||
@@ -15,9 +11,7 @@ endif
|
||||
#setenv CSHENV_SYSTEM Cygwin
|
||||
#endsw
|
||||
|
||||
if( $?CSHENV_DEBUG ) then
|
||||
echo 'Detected that you are running on a "'${CSHENV_SYSTEM}'" system'
|
||||
endif
|
||||
_debug 'Detected that you are running on a "'${CSHENV_SYSTEM}'" system'
|
||||
|
||||
|
||||
# Source the common bits, since many systems often have lots in common.
|
||||
|
||||
Reference in New Issue
Block a user