gwsystems / composite

A component-based OS
composite.seas.gwu.edu
184 stars 70 forks source link

composer: skip empty arguemnts #466

Closed pskrgag closed 1 year ago

pskrgag commented 1 year ago

I've messed up in previous patch. .split(' ') splits by exactly one whitespace, which causes compose failure when no optional make arguments provided. Fix it by using proper whitespace parsing API

I just hope nobody noticed

Signed-off-by: Pavel Skripkin paskripkin@gmail.com

gparmer commented 1 year ago

Appreciate the follow-up! We haven't pulled yet, so no harm done. Our fault for still not having ci set up.