Skip to content
Snippets Groups Projects
Verified Commit c20636f5 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix adjust_bashrc on windows

parent c2d43715
No related branches found
No related tags found
No related merge requests found
Pipeline #37959 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment