mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 03:29:41 +01:00
[TOOLS] fixes from shellcheck
This commit is contained in:
parent
6baf520cc9
commit
e0ffb88a2e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue