adding build_debug to build.sh without params
This commit is contained in:
parent
09e784537b
commit
08507bfc0d
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -24,6 +24,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
POSITIONAL_ARGS+=("$1") # save positional arg
|
POSITIONAL_ARGS+=("$1") # save positional arg
|
||||||
|
build_debug
|
||||||
shift # past argument
|
shift # past argument
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue