~alpine/devel

minor typo correction in setup-timezone.in v1 PROPOSED

Jeremy Thomerson: 1
 minor typo correction in setup-timezone.in

 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/129/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] minor typo correction in setup-timezone.in Export this patch

---
 setup-timezone.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup-timezone.in b/setup-timezone.in
index 54b96c3..fd1aeaf 100755
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -101,7 +101,7 @@ while true; do
		echo $TZ > /etc/TZ || rm -f /etc/TZ
		break
	fi
	echo "'$zonepath' is not a vaild timezone on this system"
	echo "'$zonepath' is not a valid timezone on this system"
done

if [ -n "$apkdel" ]; then
-- 
1.7.4.5



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---