adding build_debug to build.sh without params

This commit is contained in:
Chris Cochrun 2023-03-28 15:05:09 -05:00
parent 09e784537b
commit 08507bfc0d

View file

@ -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