There's really no need to use $ENV::HOME
This commit is contained in:
parent
2fad8aa209
commit
6ad4d60555
1 changed files with 1 additions and 4 deletions
|
@ -3,10 +3,7 @@
|
|||
# This config is used by the Time Stamp Authority tests.
|
||||
#
|
||||
|
||||
# This definition stops the following lines choking if HOME isn't
|
||||
# defined.
|
||||
HOME = .
|
||||
RANDFILE = $ENV::HOME/.rnd
|
||||
RANDFILE = ./.rnd
|
||||
|
||||
# Extra OBJECT IDENTIFIER info:
|
||||
oid_section = new_oids
|
||||
|
|
Loading…
Reference in a new issue