File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# : TITLE: bash-utils-utils
4- # : DATE: 2019-04-23
4+ # : DATE: 2019-07-16
55# : VERSION: 0.1.0
66# : AUTHOR: "Alex Y" <aleksandryackovlev@yandex.ru>
77# : DESCRIPTION: Utils functions
88
9- [[ $crcUtilsLoaded ]] && return
9+ [[ $bashUtilsUtilsLoaded ]] && return
1010
1111source bash-utils-env
1212source bash-utils-output
@@ -67,4 +67,4 @@ bash-utils-utils() {
6767 esac
6868}
6969
70- crcUtilsLoaded =1
70+ bashUtilsUtilsLoaded =1
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# : TITLE: bash-utils-validate
4- # : DATE: 2019-04-23
4+ # : DATE: 2019-07-16
55# : VERSION: 0.1.0
66# : AUTHOR: "Alex Y" <aleksandryackovlev@yandex.ru>
77# : DESCRIPTION: Functions for validation
88
9- [[ $crcValidateLoaded ]] && return
9+ [[ $bashUtilsValidateLoaded ]] && return
1010
1111# DESCRIPTION: The entry point for the validation functions
1212# USAGE: bash-utils-validate [COMMAND] [-r] [ARGUMENTS]
@@ -99,4 +99,4 @@ bash-utils-validate() {
9999 esac
100100}
101101
102- crcValidateLoaded =1
102+ bashUtilsValidateLoaded =1
You can’t perform that action at this time.
0 commit comments