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
+2 -6
View File
@@ -1,6 +1,4 @@
if( $?CSHENV_DEBUG ) then
echo "Sourcing tcshrc.system.Darwin..."
endif
_debug "Sourcing tcshrc.system.Darwin..."
# Set the acknowledgement bit, essentially
setenv CSHENV_SYSTEM_CONFIGURED Darwin
@@ -21,9 +19,7 @@ setenv INFOPATH /opt/homebrew/share/info`test ${?INFOPATH} -eq 1 && echo :${INFO
alias printf gprintf
if( $?CSHENV_DEBUG ) then
echo "Done sourcing tcshrc.system.Darwin..."
endif
_debug "Done sourcing tcshrc.system.Darwin..."
###########################
# vim: ft=tcsh