X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/ffcae1aaf93ca3d14f396ef796893cde4fc9c210..3d2d59eed9b29a3a1cdbf66c69ceba5b6ce6b45f:/unitproc/bktemp-setTimeZoneEV?ds=sidebyside

diff --git a/unitproc/bktemp-setTimeZoneEV b/unitproc/bktemp-setTimeZoneEV
index 8b5370b..0855c1e 100644
--- a/unitproc/bktemp-setTimeZoneEV
+++ b/unitproc/bktemp-setTimeZoneEV
@@ -8,14 +8,14 @@ try() { "$@" || die "cannot $*"; }
 setTimeZoneEV(){
     # Desc: Set time zone environment variable TZ
     # Usage: setTimeZoneEV arg1
-    # Version 0.1.1
+    # Version 0.1.2
     # Input: arg1: 'date'-compatible timezone string (ex: "America/New_York")
     #        TZDIR env var (optional; default: "/usr/share/zoneinfo")
     # Output: exports TZ
     #         exit code 0 on success
     #         exit code 1 on incorrect number of arguments
     #         exit code 2 if unable to validate arg1
-    # Depends: yell, printenv, bash 5
+    # Depends: yell(), printenv 8.30, bash 5.0.3
     # Tested on: Debian 10
     local tzDir returnState argTimeZone