From: Elan Ruusamäe Date: Tue, 22 Jan 2019 13:32:39 +0000 (+0200) Subject: use tmpfs=0 to disable tmpfs X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=8e5e409e7a64a9757b2202647d0f7ec8ac2854c4;p=projects%2Fcleanbuild.git use tmpfs=0 to disable tmpfs --- diff --git a/cleanbuild-docker.sh b/cleanbuild-docker.sh index 6a9ac30..ffec62e 100755 --- a/cleanbuild-docker.sh +++ b/cleanbuild-docker.sh @@ -38,7 +38,7 @@ is_no() { } tmpfs() { - if is_no "${TMPFS:-true}" || [ "$TMPFS" -le 0 ]; then + if is_no "${TMPFS:-true}" || [ "$TMPFS" = "0" ]; then return fi