Skip to content

Commit 8756d5b

Browse files
committed
remove comments
1 parent 7fe72ef commit 8756d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ prompt_yes_no() {
1717
while true; do
1818
if ! read -r -p " $2 [Y/n]: " response; then
1919
# Handle EOF (Ctrl+D)
20-
echo # Print a newline for better formatting
21-
exit 1 # Return with a non-zero status to indicate cancellation
20+
echo
21+
exit 1
2222
fi
2323
case $response in
2424
[Yy]* | '') eval "$3='y'"; return 0 ;;

0 commit comments

Comments
 (0)