summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2019-01-22 13:32:39 (GMT)
committerElan Ruusamäe2019-01-22 13:32:39 (GMT)
commit8e5e409e7a64a9757b2202647d0f7ec8ac2854c4 (patch)
treed18d956cc59559169b7b86528fdba7b4baab8b5a
parent2da31caa754f920335a6c371f2b883b570fe717f (diff)
downloadcleanbuild-8e5e409e7a64a9757b2202647d0f7ec8ac2854c4.zip
cleanbuild-8e5e409e7a64a9757b2202647d0f7ec8ac2854c4.tar.gz
use tmpfs=0 to disable tmpfs
-rwxr-xr-xcleanbuild-docker.sh2
1 files changed, 1 insertions, 1 deletions
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