tag 471419 patch
thanks

Attached is a patch fixing the bashisms.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff --exclude=.svn --exclude=CVS --exclude='~' -urN fwanalog-0.6.9.orig/fwanalog.sh fwanalog-0.6.9/fwanalog.sh
--- fwanalog-0.6.9.orig/fwanalog.sh	2008-04-05 20:58:22.000000000 -0600
+++ fwanalog-0.6.9/fwanalog.sh	2008-04-05 21:01:49.000000000 -0600
@@ -1697,7 +1697,8 @@
 	#	No arguments
 	#####
 	
-	local tab=$(echo -en "\t\t")
+	local tab
+	tab=$(printf "\t\t")
 		
 	cat <<- -EOF-
 

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to