m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

[install] Terminate install script when failed to update shell config

Close #354
This commit is contained in:
Junegunn Choi
2015-09-24 10:51:05 +09:00
parent aec48f159b
commit feb7cb4123

View File

@@ -245,6 +245,7 @@ EOF
fi fi
append_line() { append_line() {
set -e
echo "Update $2:" echo "Update $2:"
echo " - $1" echo " - $1"
[ -f "$2" ] || touch "$2" [ -f "$2" ] || touch "$2"
@@ -261,6 +262,7 @@ append_line() {
echo " + Added" echo " + Added"
fi fi
echo echo
set +e
} }
echo echo