All the debugging I could find.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user