mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-09-21 19:22:22 +08:00
fix appimage parameter
This commit is contained in:
parent
c895d5fd5e
commit
3022d094eb
@ -129,7 +129,7 @@ then
|
|||||||
|
|
||||||
read -u ${COPROC[0]} ABLIMAGE_DIR
|
read -u ${COPROC[0]} ABLIMAGE_DIR
|
||||||
|
|
||||||
`ablrun_nocap "$ABLIMAGE_DIR/AppRun" ${ABLIMAGE_PARAMETERS[@]:1}`
|
`ablrun_nocap "$ABLIMAGE_DIR/AppRun" "${ABLIMAGE_PARAMETERS[@]:1}"`
|
||||||
# Use coproc, no exec here. This is trick to spawn a subprocess
|
# Use coproc, no exec here. This is trick to spawn a subprocess
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user