tags 346226 patch

This seems to be becuase of a change in bash from 3.0 to bash 3.1, the
attached patch makes the package work again.

-stew
diff -ru txt2regex-0.8.orig/txt2regex-0.8.sh txt2regex-0.8/txt2regex-0.8.sh
--- txt2regex-0.8.orig/txt2regex-0.8.sh	2006-01-23 13:20:06.000000000 -0500
+++ txt2regex-0.8/txt2regex-0.8.sh	2006-01-23 13:22:04.000000000 -0500
@@ -517,7 +517,7 @@
 
 doMenu(){
   local -a Menui
-  eval Menui=(\"[EMAIL PROTECTED]"); menu_n=$((${#Menui[*]}-1))    # ini
+  eval Menui=\(\"[EMAIL PROTECTED]"\); menu_n=$((${#Menui[*]}-1))    # ini
 
   if [ "$f_i" == 1 ]; then
     gotoxy $x_hist $y_hist

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

Reply via email to