Kaynağa Gözat

another fix for simple parser

Michael van Elst 23 yıl önce
ebeveyn
işleme
e75b07fe39
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) {