All the debugging I could find.

This commit is contained in:
2026-06-24 00:46:26 -04:00
parent ad69be9fe2
commit c37ae62f1d
8 changed files with 42 additions and 106 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ if( $?CSHENV_DEBUG ) then
echo "Set (in tcshrc hook) CSHENV_DIR to: " ${CSHENV_DIR}
endif
alias _debug 'eval "if ( $?CSHENV_DEBUG ) echo \!*"'
alias _debug "eval 'if ( $?CSHENV_DEBUG ) echo \!*'"
_debug "Debug setup..."
_debug "Debug setup... (Paren test)"
setenv LC_NUMERIC en_US.UTF-8
setenv LC_MEASUREMENT en_US.UTF-8