Skip to content

Commit

Permalink
newline after abort
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfaslak committed Oct 9, 2024
1 parent 8756d5b commit f112b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prompt_yes_no() {
while true; do
if ! read -r -p " $2 [Y/n]: " response; then
# Handle EOF (Ctrl+D)
echo
echo -e ""
exit 1
fi
case $response in
Expand Down

0 comments on commit f112b16

Please sign in to comment.