Merge pull request #920 from Alvarito050506/master

Fix MCPI, *again*
pull/925/head
Itai Nelken 4 years ago committed by GitHub
commit 76a2a48eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ do
MCPIL="jmcpil" MCPIL="jmcpil"
break;; break;;
"${options[2]}") "${options[2]}")
exit 0 exit 0;;
*) echo "Invalid option: $REPLY";; *) echo "Invalid option: $REPLY";;
esac esac
done done

Loading…
Cancel
Save