Fix adjust_bashrc on windows

This commit is contained in:
Julian Ospald 2021-07-11 23:29:03 +02:00
parent c2d437150a
commit c20636f597
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ adjust_bashrc() {
if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then
read -r next_answer </dev/tty
else
next_answer="yes"
next_answer="prepend"
fi
case $next_answer in