Reverse default CALCRC :-order

The :-separated default CALCRC value has been reversed.
The default CALCRC was:

    ${CALC_SHAREDIR}/startup:~/.calcrc:./.calcinit

The default CALCRC is now:

    ./.calcinit:~/.calcrc:${CALC_SHAREDIR}/startup

See "help environment" for details.
This commit is contained in:
Landon Curt Noll
2021-09-06 16:52:03 -07:00
parent 3d33c6c6f4
commit ecba35fc26
5 changed files with 22 additions and 8 deletions

View File

@@ -1077,7 +1077,7 @@ CALCPATH= .;./cal;~/.cal;${T}${CALC_SHAREDIR};${T}${CUSTOMCALDIR}
else
CALCPATH= .;./cal;~/.cal;${T}${CALC_SHAREDIR}
endif
CALCRC= ${CALC_SHAREDIR}/startup;~/.calcrc;./.calcinit
CALCRC= ./.calcinit;~/.calcrc;${CALC_SHAREDIR}/startup
#
BLD_TYPE= calc-static-only
#