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.FreeBSD..."
endif
_debug "Sourcing tcshrc.system.FreeBSD..."
# Set the acknowledgement bit, essentially
setenv CSHENV_SYSTEM_CONFIGURED FreeBSD
@@ -10,9 +8,7 @@ setenv PAGER less
alias printf gprintf
if( $?CSHENV_DEBUG ) then
echo "Done sourcing tcshrc.system.FreeBSD..."
endif
_debug "Done sourcing tcshrc.system.FreeBSD..."
###########################
# vim: ft=tcsh