chore(unitproc):setTimeZoneEV:Add version numbers for dependencies
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 17:12:21 +0000 (17:12 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 17:12:21 +0000 (17:12 +0000)
unitproc/bktemp-setTimeZoneEV

index 8b5370b6125965ff59c113339818c1dc45b179b7..0855c1e436ee398f62ddee36bf5860fe1f53b70a 100644 (file)
@@ -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