mirror of
https://github.com/foxlet/macOS-Simple-KVM
synced 2024-11-21 18:53:06 +00: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;
|
||||
SCRIPTDIR="$(dirname "$0")";
|
||||
cd $SCRIPTDIR
|
||||
cd "$SCRIPTDIR"
|
||||
|
||||
initpip() {
|
||||
if [ -x "$(command -v easy_install)" ]; then
|
||||
|
@ -43,6 +43,6 @@ getpython(){
|
|||
|
||||
getpip
|
||||
getpython
|
||||
$PYTHONBIN fetch-macos.py $*
|
||||
$PYTHONBIN fetch-macos.py "$@"
|
||||
|
||||
exit;
|
||||
|
|
Loading…
Reference in a new issue