Fix adjust_bashrc on windows
This commit is contained in:
parent
c2d437150a
commit
c20636f597
@ -250,7 +250,7 @@ adjust_bashrc() {
|
|||||||
if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then
|
if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then
|
||||||
read -r next_answer </dev/tty
|
read -r next_answer </dev/tty
|
||||||
else
|
else
|
||||||
next_answer="yes"
|
next_answer="prepend"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $next_answer in
|
case $next_answer in
|
||||||
|
Loading…
Reference in New Issue
Block a user