Try to solve to "Warning: ridiculously long PATH truncated" message

generated by the csh shell.

Perhaps will we have to avoid this shell ;-)

Former-commit-id: 87663c6f9de10be9862b5fb2d47aa0d720d657f4
Former-commit-id: d776dc96b5440b731a4e2ab508f7c4fdee411024
This commit is contained in:
2016-04-13 13:04:28 +02:00
parent 721816ae87
commit 756d541a82

View File

@ -78,14 +78,15 @@ if ($?ORG_SOURCED == 0) then
setenv LANG C
setenv LC_ALL C
# --------------------------------------
# path should be set each time
# --------------------------------------
set path = ($SCRIPT_DIR $BIN_DIR $path)
endif
# --------------------------------------
# path should be set each time
# --------------------------------------
set path = ($SCRIPT_DIR $BIN_DIR $path)
# --------------------------------------
# alias should be sourced each time
# --------------------------------------