~alpine/devel

setup-timezone: fix bug in getopts parsing v1 PROPOSED

Eivind Uggedal: 1
 setup-timezone: fix bug in getopts parsing

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/516/mbox | git am -3
Learn more about email & git

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

---
 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
---