-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 | |||
27 | echo "<p><table>" | 27 | echo "<p><table>" |
28 | 28 | ||
29 | df -Ph \ | 29 | df -h \ |
30 | | grep -v "Mounted on" \ | 30 | | grep -v "Mounted on" \ |
31 | | sed 's/ / /g' \ | 31 | | sed 's/ / /g' \ |