Преглед изворни кода

another fix for simple parser

Michael van Elst пре 23 година
родитељ
комит
e75b07fe39
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      openpkg-tool/openpkg-build.pl

+ 1 - 1
openpkg-tool/openpkg-build.pl

@@ -626,7 +626,7 @@ sub get_index ($$$) {
 
                     $rec->{OPTIONS} =
                         %options
-                        ? \%options
+                        ? { %options }
                         : parse_options($rec->{desc});
 
                     foreach (@provides) {