Fix broken fish's if statement

This commit is contained in:
Yamashita Yuu
2014-07-05 07:30:23 +09:00
parent 6b4d6249a0
commit aef2546319
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ done
shell="$(basename "${PYENV_SHELL:-$SHELL}")"
case "$shell" in
fish )
echo "if functions -q deactivate"
echo "if functions -q deactivate;"
;;
* )
echo "if declare -f deactivate 1>/dev/null 2>&1; then"