summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-03 16:33:22 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-03 16:33:22 +0000
commit92aaa1790d68caaca4387a835bd5143b100d42fb (patch)
tree9bbc155b437be1e9a449ba2e6cd748d3f51e3014 /build.sh
parentacbe84fc106f253693d922881b01a847848047e4 (diff)
downloadmidipix_build-92aaa1790d68caaca4387a835bd5143b100d42fb.tar.bz2
midipix_build-92aaa1790d68caaca4387a835bd5143b100d42fb.tar.xz
build.sh: correctly check for ${ARG_TARBALL}.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 79216baf..a70367d4 100755
--- a/build.sh
+++ b/build.sh
@@ -74,7 +74,7 @@ buildp_dispatch() {
PKG_BUILD_STEPS="$(ex_rtl_lfilter_not \
"${PKG_BUILD_STEPS}" "fetch_git fetch_wget")";
fi;
- if [ "${ARG_TARBALL:-0}" -eq 0 ]; then
+ if [ -z "${ARG_TARBALL}" ]; then
case "${_pkg_name}" in
dist_digest) PKG_BUILD_STEPS=""; ;;
dist_tarballs) PKG_BUILD_STEPS=""; ;;