File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 180
180
# 2017-01-18 bugfix issue #227 - error deleting csr if doesn't exist
181
181
# 2017-01-18 issue #228 check private key and account key are different (2.05)
182
182
# 2017-01-21 issue #231 mingw bugfix and typos in debug messages (2.06)
183
+ # 2017-01-29 issue #232 use neutral locale for date formatting (2.07)
183
184
# ----------------------------------------------------------------------------------------
184
185
185
186
PROGNAME=${0##*/ }
186
- VERSION=" 2.06 "
187
+ VERSION=" 2.07 "
187
188
188
189
# defaults
189
190
ACCOUNT_KEY_LENGTH=4096
@@ -232,6 +233,7 @@ _UPGRADE=0
232
233
_UPGRADE_CHECK=1
233
234
_USE_DEBUG=0
234
235
config_errors=" false"
236
+ LANG=C
235
237
236
238
# store copy of original command in case of upgrading script and re-running
237
239
ORIGCMD=" $0 $* "
You can’t perform that action at this time.
0 commit comments