summaryrefslogtreecommitdiff
path: root/makeself-header.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeself-header.sh')
-rwxr-xr-xmakeself-header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself-header.sh b/makeself-header.sh
index 64e9ccc..8ba4389 100755
--- a/makeself-header.sh
+++ b/makeself-header.sh
@@ -92,7 +92,7 @@ MS_PrintLicense()
MS_diskspace()
{
(
- df -kP "\$1" | tail -1 | awk '{ if (\$4 ~ /%/) {print \$3} else {print \$4} }'
+ df -k "\$1" | tail -1 | awk '{ if (\$4 ~ /%/) {print \$3} else {print \$4} }'
)
}