You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unquote variables mistakenly quoted by PR awalsh128#177.
* In several places, the variable containing the list of packages was
mistakenly double-quoted which caused the package list to be treated
as one long single package name.
* The regex in get_install_script_filepath contained an errant pair of
single quotes which caused the test to always fail.
0 commit comments