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
I would like to augment apt-cyg such that cygwin and cygwinports could be
supported simultaneously.
mirror="`head -1 /etc/setup/last-mirror`"
to
declare -a mirrors=$(cat /etc/setup/last-mirrors)
Then proceed with wrapping the following functions in the appropriate for-loops:
findworkspace()
getsetup()
install()
Have you any objection, or might this already be underway?
Original issue reported on code.google.com by [email protected] on 12 Sep 2014 at 11:45
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Sep 2014 at 11:45The text was updated successfully, but these errors were encountered: