Skip to content

Commit 90df72a

Browse files
Implement input methods
1 parent 91f8ea6 commit 90df72a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/bash-utils-input

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-input
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 getting users' input
88

9-
[[ $crcInputLoaded ]] && return
9+
[[ $bashUtilsInputLoaded ]] && return
1010

1111
source bash-utils-env
1212
source bash-utils-utils
@@ -294,4 +294,4 @@ bash-utils-input() {
294294
esac
295295
}
296296

297-
crcInputLoaded=1
297+
bashUtilsInputLoaded=1

0 commit comments

Comments
 (0)