buildme, quit is back to normal

This commit is contained in:
vectorsigma72 2020-04-11 12:53:59 +02:00
parent 84f956714f
commit 1fb197c067

View File

@ -351,11 +351,7 @@ do
break
;;
"quit")
if [[ "$SYSNAME" == Darwin ]]; then
osascript -e 'tell application "Terminal" to close first window' & exit
else
exit 0
fi
;;
*)
echo "invalid option $REPLY"