diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-29 14:23:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-29 14:23:59 +0800 |
commit | 2f05c03c2222f8f490ac636e7dffe7702d8ae500 (patch) | |
tree | efd858e8b0129712c6d5f2823db545326aab2802 | |
parent | b5ba8fb25c0c44e650602a0715104ae53c3238c9 (diff) |
Initialize important variable
-rwxr-xr-x | gist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ fi | |||
73 | # Default configuration | 73 | # Default configuration |
74 | [[ ! -t 1 && -z $hint ]] && hint=false | 74 | [[ ! -t 1 && -z $hint ]] && hint=false |
75 | protocol=https | 75 | protocol=https |
76 | init= | ||
76 | 77 | ||
77 | # Shell configuration | 78 | # Shell configuration |
78 | set -o pipefail | 79 | set -o pipefail |