guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33134] [PATCH 3/5] guix-install.sh: Update main.


From: Danny Milosavljevic
Subject: [bug#33134] [PATCH 3/5] guix-install.sh: Update main.
Date: Tue, 6 Nov 2018 12:28:29 +0100

On Fri,  2 Nov 2018 21:10:57 -0400
rsiddharth <address@hidden> wrote:

> * etc/guix-install.sh (main): Call parse_args.
> ---
>  etc/guix-install.sh | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/etc/guix-install.sh b/etc/guix-install.sh
> index d16f8ac59..c817b6dd8 100755
> --- a/etc/guix-install.sh
> +++ b/etc/guix-install.sh
> @@ -418,6 +418,8 @@ EOF
>  
>  main()
>  {
> +    parse_args $@
> +

Should be

   "$@"

with quotes

Attachment: pgpQ6dqvdRpHH.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]