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
+2 -6
View File
@@ -1,6 +1,4 @@
if( $?CSHENV_DEBUG ) then
echo "Sourcing tcshrc.system.Linux..."
endif
_debug "Sourcing tcshrc.system.Linux..."
unsetenv CSHENV_BATTERY_DEVICE
unsetenv CSHENV_SHOW_BATTERY_LEVEL
@@ -12,9 +10,7 @@ end
# Set the acknowledgement bit, essentially
setenv CSHENV_SYSTEM_CONFIGURED Linux
if( $?CSHENV_DEBUG ) then
echo "Done sourcing tcshrc.system.Linux..."
endif
_debug "Done sourcing tcshrc.system.Linux..."
###########################
# vim: ft=tcsh