Readd a substitution that shouldn't have been removed

This commit is contained in:
Dylan Araps 2016-06-12 11:11:34 +10:00
parent f855ae2432
commit 52a8cd4916
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ getshell () {
shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')" shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')"
;; ;;
esac esac
shell="${shell/\(*\)}"
fi fi
} }