From 4b1df0699a800411c106b96974eab52b737e2d60 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 13 Aug 2008 23:36:45 +0000 Subject: Correctly handle storing of data that begins with a dash and don't parse it as an argument to wallet-backend. --- server/wallet-backend | 1 + 1 file changed, 1 insertion(+) (limited to 'server') diff --git a/server/wallet-backend b/server/wallet-backend index c002d89..ff63ba8 100755 --- a/server/wallet-backend +++ b/server/wallet-backend @@ -295,6 +295,7 @@ sub command { # Parse command-line options. my ($quiet); +Getopt::Long::config ('require_order'); GetOptions ('q|quiet' => \$quiet) or exit 1; $SYSLOG = 0 if $quiet; -- cgit v1.2.3