Re: [voidlinux/void-packages] xbps-src: portability fixes (#6499)

Enno Boland at Thu, 25 May 2017 04:52:34 -0700
Gottox commented on this pull request. > @@ -415,7 +415,7 @@ XBPS_OPTIONS= XBPS_OPTSTRING="a:CEfgGhH:Ij:Lm:No:r:tV" # Preprocess arguments in order to allow options before and after XBPS_TARGET. -eval set -- $(getopt -- "$XBPS_OPTSTRING" "$@"); +eval set -- $(getopt "$XBPS_OPTSTRING" "$@"); What does this fix?
Enno Boland at Thu, 25 May 2017 07:28:52 -0700
Gottox commented on this pull request. > @@ -415,7 +415,7 @@ XBPS_OPTIONS= XBPS_OPTSTRING="a:CEfgGhH:Ij:Lm:No:r:tV" # Preprocess arguments in order to allow options before and after XBPS_TARGET. -eval set -- $(getopt -- "$XBPS_OPTSTRING" "$@"); +eval set -- $(getopt "$XBPS_OPTSTRING" "$@"); ok, thx :)
Toyam Cox at Fri, 26 May 2017 13:27:08 -0700
:+1:
Enno Boland at Wed, 31 May 2017 04:48:53 -0700
Merged #6499.