/tools/twn: pass parameters along to build subcommand
This commit is contained in:
parent
0481962859
commit
13fe040958
@ -8,7 +8,7 @@ export TWNROOT=$(realpath "$toolpath"/../)
|
|||||||
export TWNBUILDDIR=$(realpath "$toolpath"/../.build)
|
export TWNBUILDDIR=$(realpath "$toolpath"/../.build)
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
build ) "$toolpath"/build.sh
|
build ) "$toolpath"/build.sh "${@:2}"
|
||||||
;;
|
;;
|
||||||
* ) echo "Unknown command."
|
* ) echo "Unknown command."
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user