Skip to content

Commit

Permalink
Merge branch version/0-43-0-RC1 to adopt changes from PR #2905
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Nov 28, 2023
2 parents e1a6289 + eed532c commit cce90db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/assets/contents/shells/tcsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cd "{{.WD}}"
{{- if eq $K "PATH"}}
setenv {{$K}} "{{$V}}:$PATH"
{{- else}}
setenv {{$K}} "{{$V}}"
{{- end}}
{{- end}}

Expand Down
1 change: 1 addition & 0 deletions internal/assets/contents/shells/tcsh_global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
{{- if eq $K "PATH"}}
setenv {{$K}} "{{$V}}:$PATH"
{{- else}}
setenv {{$K}} "{{$V}}"
{{- end}}
{{- end}}
1 change: 1 addition & 0 deletions internal/assets/contents/shells/tcshrc_append.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{{- if eq $K "PATH"}}
setenv {{$K}} "{{$V}}:$PATH"
{{- else}}
setenv {{$K}} "{{$V}}"
{{- end}}
{{- end}}
{{- if .Default }}
Expand Down

0 comments on commit cce90db

Please sign in to comment.