[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
1 changed files with 2 additions and 2 deletions

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;