We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f74300 commit 4d14345Copy full SHA for 4d14345
build-release.sh
@@ -26,7 +26,7 @@ godot_version=""
26
build_classical=1
27
build_mono=1
28
29
-while getopts "h?v:b" opt; do
+while getopts "h?v:b:" opt; do
30
case "$opt" in
31
h|\?)
32
echo "Usage: $0 [OPTIONS...]"
build-templates.sh
@@ -7,7 +7,7 @@ templates_version=""
7
8
9
10
-while getopts "h?v:t:b" opt; do
+while getopts "h?v:t:b:" opt; do
11
12
13
0 commit comments