Skip to content

Commit d72a750

Browse files
committed
break line between the pausing script message and the instructions.
1 parent 8aa1c0a commit d72a750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macsetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ autoload colors; colors
2929
#
3030
function pausethescript {
3131
echo $fg[yellow]"$1"$reset_color
32-
echo "Press ENTER to continue the installation script"
32+
echo "\nPress ENTER to continue the installation script"
3333
read -r < /dev/tty
3434
}
3535

0 commit comments

Comments
 (0)