mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-11 03:33:52 +08:00
Fail on build step error on linux
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ $# -lt 2 ] || [ $# -eq 3 ]
|
if [ $# -lt 2 ] || [ $# -eq 3 ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
|
||||||
|
|
||||||
# Determine architecture
|
# Determine architecture
|
||||||
echo "Building for architecture $TARGETARCH"
|
echo "Building for architecture $TARGETARCH"
|
||||||
|
|||||||
Reference in New Issue
Block a user