Update mac.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent bb410c8db7
commit 2f0ecd1227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      mac.sh

@ -392,8 +392,8 @@ statistics_of_run-times
select_language
case "$OPTION" in
e ) L=E; check_operating_system; install;;
c ) L=C; check_operating_system; install;;
e ) L=("${E[@]}"); check_operating_system; install;;
c ) L=("${C[@]}"); check_operating_system; install;;
u ) uninstall;;
v ) ver;;
a ) update;;

Loading…
Cancel
Save