public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] Fix the backup iso script once again.
Date: Wed, 04 Jan 2017 11:28:10 +0000	[thread overview]
Message-ID: <1483529290.13949.346.camel@ipfire.org> (raw)
In-Reply-To: <1483462146-638-1-git-send-email-jonatan.schlag@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 775 bytes --]

Thank you. Merged.

On Tue, 2017-01-03 at 17:49 +0100, Jonatan Schlag wrote:
> In commit 391560854f64ad2385adb3ff25dbbcec0ff92668 was an error in the
> case statement. On i?586 the check fails. Removing the "" fixes the
> error.
> 
> Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
> ---
>  src/scripts/backupiso | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/scripts/backupiso b/src/scripts/backupiso
> index 1a682d0..1799bc1 100644
> --- a/src/scripts/backupiso
> +++ b/src/scripts/backupiso
> @@ -2,11 +2,11 @@
>  arch=$(uname -m)
>  
>  case $arch in
> -	"i?86")
> +	i?86)
>  		arch="i586"
>  		echo "Your arch is $arch"
>  		;;
> -	"x86_64")
> +	x86_64)
>  		arch="x86_64"
>  		echo "Your arch is $arch"
>  		;;

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2017-01-04 11:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-03 16:49 Jonatan Schlag
2017-01-04 11:28 ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483529290.13949.346.camel@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox