diff options
author | typebrook <typebrook@gmail.com> | 2020-04-23 09:45:46 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-23 09:45:46 +0800 |
commit | dd57a4e158b0988cd78fbd5cb709e65f1439b97e (patch) | |
tree | aebd7e3bb395bea683edc1612796223f37a1bddb /tools/install.sh | |
parent | 67abd96aff30682fed98b65ec3322fe674adc894 (diff) | |
parent | 3921aa071e9c5b78d52dbf8c335ce9ba97716d6a (diff) |
Merge branch 'dev' of github.com:typebrook/settings into dev
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-x | tools/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index f16b2dd..0b59e28 100755 --- a/tools/install.sh +++ b/tools/install.sh | |||
@@ -16,7 +16,7 @@ if [ ! -d $SETTING_DIR ]; then | |||
16 | } | 16 | } |
17 | fi | 17 | fi |
18 | 18 | ||
19 | sed -i "\^# $REPO^, /^$/ d" $RCFILE | 19 | sed -i "\^# $REPO^, /^$/ d" $RCFILE |
20 | echo " | 20 | echo " |
21 | # $REPO | 21 | # $REPO |
22 | export SETTING_DIR=$SETTING_DIR | 22 | export SETTING_DIR=$SETTING_DIR |