author | drw <drw> | 2003-01-30 00:16:21 (UTC) |
---|---|---|
committer | drw <drw> | 2003-01-30 00:16:21 (UTC) |
commit | 937c6c3e9c61b332fc3ba173b7395e8fb5d1741e (patch) (side-by-side diff) | |
tree | 51a436bc303291963579c4d4cfb18ba13c989000 | |
parent | a885dd31b7d2ba6befb4d2d88f545940a24de82c (diff) | |
download | opie-937c6c3e9c61b332fc3ba173b7395e8fb5d1741e.zip opie-937c6c3e9c61b332fc3ba173b7395e8fb5d1741e.tar.gz opie-937c6c3e9c61b332fc3ba173b7395e8fb5d1741e.tar.bz2 |
Fix for bug #617
-rwxr-xr-x | noncore/tools/opie-sh/scripts/diskfree.sh | 2 |
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 @@ -27,5 +27,5 @@ OPIE_SH=/opt/QtPalmtop/bin/opie-sh echo "<p><table>" - df -Ph \ + df -h \ | grep -v "Mounted on" \ | sed 's/ / /g' \ |