diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index f10a1c3..f16b2dd 100755 --- a/tools/install.sh +++ b/tools/install.sh | |||
@@ -21,6 +21,7 @@ echo " | |||
21 | # $REPO | 21 | # $REPO |
22 | export SETTING_DIR=$SETTING_DIR | 22 | export SETTING_DIR=$SETTING_DIR |
23 | source \$SETTING_DIR/tools/load-settings.sh | 23 | source \$SETTING_DIR/tools/load-settings.sh |
24 | " >> $RCFILE | 24 | " >> $RCFILE && \ |
25 | source $RCFILE | ||
25 | 26 | ||
26 | cd "$SETTING_DIR" && make | 27 | cd "$SETTING_DIR" && make |