Skip to content

Commit c331954

Browse files
Change the name of the loaded flag in the bash-utils-output
1 parent 90df72a commit c331954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/bash-utils-output

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env bash
22

33
#: TITLE: bash-utils-output
4-
#: DATE: 2019-04-23
4+
#: DATE: 2019-07-16
55
#: VERSION: 0.1.0
66
#: AUTHOR: "Alex Y" <aleksandryackovlev@yandex.ru>
77
#: DESCRIPTION: Styling functions for output messages
88

9-
[[ $crcOutputLoaded ]] && return
9+
[[ $bashUtilsOutputLoaded ]] && return
1010

1111
source bash-utils-env
1212

@@ -148,4 +148,4 @@ bash-utils-output() {
148148
}
149149

150150

151-
crcOutputLoaded=1
151+
bashUtilsOutputLoaded=1

0 commit comments

Comments
 (0)