Skip to content

Commit aebb385

Browse files
author
Ben Whitley
committed
updated Xcode close question
1 parent 9733b8c commit aebb385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins_dir=~/Library/Developer/Xcode/Plug-ins/
1212
###################
1313

1414
if pgrep -xq -- "${service}"; then
15-
echo "Xcode is running. Attempt to shut down?"
15+
echo "Xcode is running. Attempt to shut down? y/n"
1616
read answer
1717
if [ "$answer" = "y" ]; then
1818
echo "Shutting down Xcode"

0 commit comments

Comments
 (0)