File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1209,7 +1209,7 @@ def fetch_bottle_tab
1209
1209
@fetch_bottle_tab ||= begin
1210
1210
formula . fetch_bottle_tab
1211
1211
@bottle_tab_runtime_dependencies = formula . bottle_tab_attributes
1212
- . fetch ( "runtime_dependencies" , [ ] )
1212
+ . fetch ( "runtime_dependencies" , [ ] ) . then { | deps | deps || [ ] }
1213
1213
. each_with_object ( { } ) { |dep , h | h [ dep [ "full_name" ] ] = dep }
1214
1214
. freeze
1215
1215
true
@@ -1262,7 +1262,7 @@ def pour
1262
1262
tab = Utils ::Bottles . load_tab ( formula )
1263
1263
1264
1264
# fill in missing/outdated parts of the tab
1265
- # keep in sync with Tab#to_bottle_json
1265
+ # keep in sync with Tab#to_bottle_hash
1266
1266
tab . used_options = [ ]
1267
1267
tab . unused_options = [ ]
1268
1268
tab . built_as_bottle = true
You can’t perform that action at this time.
0 commit comments