1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

[TOOLS] fixes from shellcheck

This commit is contained in:
Jeremy Lavergne 2019-07-19 15:44:28 -04:00 committed by Foxlet
parent 6baf520cc9
commit e0ffb88a2e

View File

@ -5,7 +5,7 @@
set +x; set +x;
SCRIPTDIR="$(dirname "$0")"; SCRIPTDIR="$(dirname "$0")";
cd $SCRIPTDIR cd "$SCRIPTDIR"
initpip() { initpip() {
if [ -x "$(command -v easy_install)" ]; then if [ -x "$(command -v easy_install)" ]; then
@ -43,6 +43,6 @@ getpython(){
getpip getpip
getpython getpython
$PYTHONBIN fetch-macos.py $* $PYTHONBIN fetch-macos.py "$@"
exit; exit;