summaryrefslogtreecommitdiff
path: root/tzselect.ksh
diff options
context:
space:
mode:
Diffstat (limited to 'tzselect.ksh')
-rw-r--r--tzselect.ksh7
1 files changed, 4 insertions, 3 deletions
diff --git a/tzselect.ksh b/tzselect.ksh
index 279bdf2..51bafc1 100644
--- a/tzselect.ksh
+++ b/tzselect.ksh
@@ -1,5 +1,6 @@
#!/bin/bash
+PKGVERSION='(tzcode) '
TZVERSION=see_Makefile
# Ask the user about the time zone, and output the resulting TZ value to stdout.
@@ -45,12 +46,12 @@ Select a time zone interactively.
Report bugs to tz@iana.org.
EOF
- exit 0
+ exit
elif [ "$1" = "--version" ]; then
cat <<EOF
-tzselect $TZVERSION
+tzselect $PKGVERSION$TZVERSION
EOF
- exit 0
+ exit
fi
# Make sure the tables are readable.