All the debugging I could find.

This commit is contained in:
2026-06-23 19:09:17 -04:00
parent c1ac83d115
commit 920493abee
8 changed files with 41 additions and 106 deletions
+3 -9
View File
@@ -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.