freebsd-ports/lang/gambas/files/patch-app::gambas::FPropertyFile.class
Thierry Thomas d122a6e31d Add gambas 0.91, gambas Almost Means BASic.
PR:		62755
Approved by:	mat (mentor).
2004-03-25 18:10:26 +00:00

11 lines
385 B
Text

--- 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