Quellcode durchsuchen

another fix for simple parser

Michael van Elst vor 23 Jahren
Ursprung
Commit
e75b07fe39
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {