@@ -12,7 +12,7 @@ Environment variables
1212 $XDG_DATA_HOME and $XDG_CONFIG_HOME. When both
1313 name usable absolute directories, calc uses:
1414
15- .:./cal:$XDG_DATA_HOME/calc:$XDG_CONFIG_HOME/calc:${CALC_SHAREDIR}:${CUSTOMCALDIR}
15+ .:./cal:${ XDG_DATA_HOME} /calc:${ XDG_CONFIG_HOME} /calc:${CALC_SHAREDIR}:${CUSTOMCALDIR}
1616
1717 Otherwise a compiled value is used, which is usually:
1818
@@ -34,7 +34,7 @@ Environment variables
3434 $XDG_CONFIG_HOME. When it names a usable absolute
3535 directory, calc uses:
3636
37- ./.calcinit:$XDG_CONFIG_HOME/calc/calcrc:${CALC_SHAREDIR}/startup
37+ ./.calcinit:${ XDG_CONFIG_HOME} /calc/calcrc:${CALC_SHAREDIR}/startup
3838
3939 Otherwise a compiled value is used, which is usually:
4040
@@ -101,7 +101,7 @@ Environment variables
101101
102102 If this variable does not exist, or if this
103103 variable is an empty string, calc first checks
104- $XDG_STATE_HOME and uses $XDG_STATE_HOME/calc/history
104+ $XDG_STATE_HOME and uses ${ XDG_STATE_HOME} /calc/history
105105 when that names a usable absolute directory.
106106 Otherwise ~/.calc_history is used.
107107
@@ -135,7 +135,7 @@ you'll need to run:
135135in order to have the history mechanism if you choose a path to a file
136136that doesn't exist.
137137
138- ## Copyright (C) 1999,2021 Landon Curt Noll
138+ ## Copyright (C) 1999,2021,2026 Landon Curt Noll
139139##
140140## Calc is open software; you can redistribute it and/or modify it under
141141## the terms of the version 2.1 of the GNU Lesser General Public License
0 commit comments