X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/fdf23d9f42a3b7d37e1b43fbfef7667a4c820611..c560a7fe17aedf2393b7d3313e60e795702bbc14:/user/bkots?ds=inline diff --git a/user/bkots b/user/bkots old mode 100644 new mode 100755 index 6627d9d..f829ce6 --- a/user/bkots +++ b/user/bkots @@ -199,7 +199,7 @@ showVersion() { vbm "DEBUG:showVersion function called." cat <<'EOF' -bkots 0.0.6 +bkots 0.0.8 Copyright (C) 2022 Steven Baltakatei Sandoval License GPLv3: GNU GPL version 3 This is free software; you are free to change and redistribute it. @@ -665,9 +665,9 @@ main() { fi; vbm "DEBUG:Attempting to stamp source file:path_src:$path_src"; if [[ ! $option_dry_run == "true" ]]; then - ots stamp "$item"; + ots stamp "$path_src"; else - yell "DEBUG:DRY RUN:Not running:\"ots stamp $item\""; + yell "DEBUG:DRY RUN:Not running:\"ots stamp $path_src\""; fi; sleep "$ots_delay"; done;