changeset 329:f27c2c76c425

Adhere to jerith's coding standards.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 21:57:17 +0000
parents 503471b31b66
children c6e9e64ddaa2
files wine-py2exe
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wine-py2exe	Sat Sep 05 21:55:00 2009 +0000
+++ b/wine-py2exe	Sat Sep 05 21:57:17 2009 +0000
@@ -74,6 +74,6 @@
 
 echo "=== Done ==="
 echo ""
-echo "  " `ls -sh dist/${ZIP_NAME}`
-echo "  " `du -sh dist/${BUILD_FOLDER}`
+echo -n "  "; du -sh dist/${ZIP_NAME}
+echo -n "  "; du -sh dist/${BUILD_FOLDER}
 echo ""