aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-06-29 14:23:59 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-06-29 14:23:59 +0800
commit2f05c03c2222f8f490ac636e7dffe7702d8ae500 (patch)
treeefd858e8b0129712c6d5f2823db545326aab2802
parentb5ba8fb25c0c44e650602a0715104ae53c3238c9 (diff)
Initialize important variable
-rwxr-xr-xgist1
1 files changed, 1 insertions, 0 deletions
diff --git a/gist b/gist
index 6f48073..4e5815b 100755
--- a/gist
+++ b/gist
@@ -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
75protocol=https 75protocol=https
76init=
76 77
77# Shell configuration 78# Shell configuration
78set -o pipefail 79set -o pipefail