/tools/twn: pass parameters along to build subcommand

This commit is contained in:
veclav talica 2024-10-01 12:45:29 +03:00
parent 0481962859
commit 13fe040958

View File

@ -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."
;; ;;