changeset 154:8bca9dc8c20d

fix: echo sucks.
author edhoprima
date Sat, 25 Apr 2009 16:06:39 +0000
parents 7b07448e46f1
children 78ef726d3845
files moefetch.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/moefetch.sh	Sat Apr 25 16:03:42 2009 +0000
+++ b/moefetch.sh	Sat Apr 25 16:06:39 2009 +0000
@@ -62,7 +62,7 @@
 	if [ "$ISNEW" -ne 1 ];then
 		echo "Checking for errors..."
 		# THE FILES
-		echo > "$outdir-error"
+		printf "" > "$outdir-error"
 		cd "../$outdir"
 		for file in `ls`
 		do