−args
This commit is contained in:
parent
a2806fd2a0
commit
f651525bf1
1 changed files with 3 additions and 3 deletions
6
spcd.sh
6
spcd.sh
|
@ -35,7 +35,7 @@ spcd_main() {
|
||||||
spcd_install_packages
|
spcd_install_packages
|
||||||
spcd_install_python_modules
|
spcd_install_python_modules
|
||||||
spcd_write_python_module
|
spcd_write_python_module
|
||||||
spcd_switch_to_python "${@}"
|
spcd_switch_to_python
|
||||||
}
|
}
|
||||||
|
|
||||||
# steps
|
# steps
|
||||||
|
@ -747,7 +747,7 @@ spcd_switch_to_python() {
|
||||||
${SPCD_PATH}
|
${SPCD_PATH}
|
||||||
↓
|
↓
|
||||||
${SPCD_PYTHON_PACKAGES}/${spcd_stp__name}"
|
${SPCD_PYTHON_PACKAGES}/${spcd_stp__name}"
|
||||||
"${SPCD_PYTHON_ALIAS}" -m "${spcd_stp__name}" "${@}"
|
"${SPCD_PYTHON_ALIAS}" -m "${spcd_stp__name}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# functions
|
# functions
|
||||||
|
@ -920,4 +920,4 @@ SPCD___UP="${SPCD_BOX_UP}${SPCD_HORIZONTAL}"
|
||||||
SPCD_SHUT="${SPCD_BOX_UP}${SPCD_BOX_LEFT}"
|
SPCD_SHUT="${SPCD_BOX_UP}${SPCD_BOX_LEFT}"
|
||||||
|
|
||||||
# run
|
# run
|
||||||
spcd_main "${@}"
|
spcd_main
|
||||||
|
|
Loading…
Reference in a new issue