# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1329732349 -3600 # Node ID 2b9fc0919b0f2c043b2198e912d0503c4a449ca8 # Parent 67a8cdb90885025ebc9f202efe3de5a353b1f4e5 unquoted hash keys may not contain hyphens diff -r 67a8cdb90885 -r 2b9fc0919b0f bin/rpi --- a/bin/rpi Tue Jan 24 16:35:02 2012 +0100 +++ b/bin/rpi Mon Feb 20 11:05:49 2012 +0100 @@ -19,7 +19,7 @@ ); GetOptions( - "l|run-lintian" => \$opt{run-lintian}, + "l|run-lintian" => \$opt{'run-lintian'}, "h|help" => sub { pod2usage(-exit => 0, -verbose => 1) }, "m|man" => sub { pod2usage(