style(unitproc):checkMakeTar:minor formatting
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 19:10:55 +0000 (19:10 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 19:10:55 +0000 (19:10 +0000)
unitproc/bktemp-checkMakeTar

index 147d21e5bb08bcba4bc155eade4a65165b0030de..288a000cbbcbec4e0c07ece45898961da8fe7f88 100644 (file)
@@ -2,16 +2,14 @@
 
 # Desc: Checks that a valid tar archive exists, creates one otherwise
 
-
+#===BEGIN Declare local script functions===
 yell() { echo "$0: $*" >&2; }      #o Yell, Die, Try Three-Fingered Claw technique
 die() { yell "$*"; exit 111; }     #o Ref/Attrib: https://stackoverflow.com/a/25515370
 try() { "$@" || die "cannot $*"; } #o
-
-#===BEGIN Declare local script functions===
 checkMakeTar() {
     # Desc: Checks that a valid tar archive exists, creates one otherwise
     # Usage: checkMakeTar [ path ]
-    # Version: 1.0.0
+    # Version: 1.0.1
     # Input: arg1: path of tar archive
     # Output: exit code 0 : tar readable
     #         exit code 1 : tar missing; created