Selaa lähdekoodia

another fix for simple parser

Michael van Elst 23 vuotta sitten
vanhempi
commit
e75b07fe39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {