~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] setup-timezone: fix bug in getopts parsing

Eivind Uggedal <eivind@uggedal.com>
Details
Message ID
<1376339176-3860-1-git-send-email-eivind@uggedal.com>
Sender timestamp
1376339176
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 setup-timezone.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-timezone.in b/setup-timezone.in
index 41d4f16..5034223 100755
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -47,7 +47,7 @@ while getopts "hp:z:" opt; do
        case $opt in
                h) usage;;
                p) POSIXTZ="$OPTARG";;
		t) ZONEINFOFOLDER="$OPTARG";;
		z) ZONEINFOFOLDER="$OPTARG";;
        esac
done

-- 
1.8.3.4



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20130813083526.49a920d1@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1376339176-3860-1-git-send-email-eivind@uggedal.com> (view parent)
Sender timestamp
1376375726
DKIM signature
missing
Download raw message
On Mon, 12 Aug 2013 22:26:16 +0200
Eivind Uggedal <eivind@uggedal.com> wrote:

> ---
>  setup-timezone.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/setup-timezone.in b/setup-timezone.in
> index 41d4f16..5034223 100755
> --- a/setup-timezone.in
> +++ b/setup-timezone.in
> @@ -47,7 +47,7 @@ while getopts "hp:z:" opt; do
>          case $opt in
>                  h) usage;;
>                  p) POSIXTZ="$OPTARG";;
> -		t) ZONEINFOFOLDER="$OPTARG";;
> +		z) ZONEINFOFOLDER="$OPTARG";;
>          esac
>  done
>  

applied. Takk!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)