summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh
authordrw <drw>2003-01-30 00:16:21 (UTC)
committer drw <drw>2003-01-30 00:16:21 (UTC)
commit937c6c3e9c61b332fc3ba173b7395e8fb5d1741e (patch) (side-by-side diff)
tree51a436bc303291963579c4d4cfb18ba13c989000 /noncore/tools/opie-sh
parenta885dd31b7d2ba6befb4d2d88f545940a24de82c (diff)
downloadopie-937c6c3e9c61b332fc3ba173b7395e8fb5d1741e.zip
opie-937c6c3e9c61b332fc3ba173b7395e8fb5d1741e.tar.gz
opie-937c6c3e9c61b332fc3ba173b7395e8fb5d1741e.tar.bz2
Fix for bug #617
Diffstat (limited to 'noncore/tools/opie-sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/diskfree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/scripts/diskfree.sh b/noncore/tools/opie-sh/scripts/diskfree.sh
index 6fcd709..78415e3 100755
--- a/noncore/tools/opie-sh/scripts/diskfree.sh
+++ b/noncore/tools/opie-sh/scripts/diskfree.sh
@@ -26,7 +26,7 @@ OPIE_SH=/opt/QtPalmtop/bin/opie-sh
echo "<h3>diskfree</h3> how much space is left ?<br>"
echo "<p><table>"
- df -Ph \
+ df -h \
| grep -v "Mounted on" \
| sed 's/ / /g' \
| sed 's/ / /g' \