Merge branch 'master' of gitea.nerdland.org:adam/cshenv into master
* 'master' of gitea.nerdland.org:adam/cshenv: Fix substitution on older TCSH.
This commit is contained in:
+1
-1
@@ -98,7 +98,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
|
||||
|
||||
Reference in New Issue
Block a user