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 311f4aa commit e5dcf19Copy full SHA for e5dcf19
build-linux.sh
@@ -4,7 +4,7 @@
4
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5
6
# Check if version parameter is provided
7
-if [ "$#" -ne 1 ]; then
+if [ "$#" -ne 2 ]; then
8
echo "Version number is required."
9
echo "Usage: ./build.sh [version]"
10
exit 1
0 commit comments