aboutsummaryrefslogtreecommitdiffstats
path: root/lacme
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-02-19 12:28:39 +0100
committerGuilhem Moulin <guilhem@fripost.org>2017-02-19 12:28:39 +0100
commit05aafaa0c740d7a17e6e3f17634ae6990187f22d (patch)
tree59f05e6812b897e563d6513fb1b8376b6c8a2ee5 /lacme
parent0eb9f40182299b2615f5ac0190d40429f5f64ed7 (diff)
wibble
Diffstat (limited to 'lacme')
-rwxr-xr-xlacme2
1 files changed, 1 insertions, 1 deletions
diff --git a/lacme b/lacme
index cb49818..1951ed7 100755
--- a/lacme
+++ b/lacme
@@ -77,7 +77,7 @@ do {
die "Error: Can't find configuration file\n" unless defined $CONFFILENAME;
print STDERR "Using configuration file: $CONFFILENAME\n" if $OPTS{debug};
open $CONFFILE, '<', $CONFFILENAME or die "Can't open $CONFFILENAME: $!\n";
- my $conf = do { local $/ = undef, <$CONFFILE> };
+ my $conf = do { local $/ = undef; <$CONFFILE> };
# don't close $CONFFILE so we can pass it to the client
my $h = Config::Tiny::->read_string($conf) or die Config::Tiny::->errstr()."\n";