diff options
Diffstat (limited to 'lang/gambas/files/patch-app::gambas::FPropertyFile.class')
-rw-r--r-- | lang/gambas/files/patch-app::gambas::FPropertyFile.class | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gambas/files/patch-app::gambas::FPropertyFile.class b/lang/gambas/files/patch-app::gambas::FPropertyFile.class new file mode 100644 index 000000000000..d0febfd537c8 --- /dev/null +++ b/lang/gambas/files/patch-app::gambas::FPropertyFile.class @@ -0,0 +1,11 @@ +--- app/gambas/FPropertyFile.class.orig Wed Feb 11 14:30:02 2004 ++++ app/gambas/FPropertyFile.class Thu Feb 12 22:05:37 2004 +@@ -41,7 +41,7 @@ + + sTemp = Temp$ + +- SHELL "(cd " & Project.Quote($sPath) & "; du -b | tail -n1 > " & sTemp & ")" WAIT ++ SHELL "(cd " & Project.Quote($sPath) & "; du -k | tail -n1 > " & sTemp & ")" WAIT + iSize = Val(File.Load(sTemp)) + + ELSE |