From 0a18766caadb944db32b21891fd4cdec60410783 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Tue, 23 Mar 2021 12:36:41 +0000 Subject: [PATCH] fix(unitproc:bktemp-initGitRepo):Comments --- unitproc/bktemp-initGitRepo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unitproc/bktemp-initGitRepo b/unitproc/bktemp-initGitRepo index a222ad3..e5d117c 100644 --- a/unitproc/bktemp-initGitRepo +++ b/unitproc/bktemp-initGitRepo @@ -2,8 +2,6 @@ # Desc: Initializes a git repository #==BEGIN Define script parameters== -#==END Define script parameters== - #===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 @@ -78,6 +76,7 @@ initGitRepo() { #==END create and populate git repository== } # Init Git Repository #===END Declare local script functions=== +#==END Define script parameters== #==BEGIN sample code tmpDir=/tmp/"$(date +%Y%m%dT%H%M%S%z)"; -- 2.30.2