Fix substitution on older TCSH.

This commit is contained in:
2026-07-29 19:45:11 -04:00
parent 87cae283c0
commit fbfa1e382f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ foreach color ( ${cshenv_ls_colors} )
#_debug "Split: ${split}"
#_debug "First: ${split[1]}"
_debug "Match: ${match}"
_debug "Match: ${match:as/./*./}"
_debug "Match: ${match:as/./*----------/:as/----------/./}"
_debug "Args: ${args}"
_debug "${args:as/,/ /}"
if ( $?CSHENV_DEBUG ) then