changeset 9:30cbacfaebf8

Fixed ADD typo
author "Josef 'Jeff' Sipek <jeffpc@josefsipek.net>"
date Wed, 14 Mar 2007 14:16:31 -0400
parents 3c5fbfefc5bd
children f1a7f2194b29
files sha512sum
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sha512sum	Wed Mar 14 14:15:50 2007 -0400
+++ b/sha512sum	Wed Mar 14 14:16:31 2007 -0400
@@ -292,7 +292,7 @@
 	fi
 	ht=`awk "BEGIN{printf \"%08x\", $ht}"`
 
-	echo "$ht $lt"
+	echo "$ht$lt"
 }
 
 # SHA512 begins here