diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-28 22:33:37 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-28 22:33:37 +0200 |
commit | 4a730d372818f86ae42dbe1d89ec63fc67c9f462 (patch) | |
tree | f98bf6e24a4e0284472703b2e60c449037c24b9d /client | |
parent | 871aa1f53d428f31902b4428f8bae11ccea8c5f7 (diff) | |
parent | 99902d8737cd01b2788ec51b06d314a36135be2c (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'client')
-rwxr-xr-x | client | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ my $NONCE; # my $CONFIG = do { - my $conf = do { local $/ = undef, <$CONFFILE> }; + my $conf = do { local $/ = undef; <$CONFFILE> }; close $CONFFILE or die "Can't close: $!"; my $h = Config::Tiny::->read_string($conf) or die Config::Tiny::->errstr()."\n"; $h->{_} //= {}; |