rpms/sword/devel sword-diatheke.patch,NONE,1.1

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Feb 21 08:00:06 UTC 2008


Author: deji

Update of /cvs/extras/rpms/sword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29654

Added Files:
	sword-diatheke.patch 
Log Message:
Add patch


sword-diatheke.patch:

--- NEW FILE sword-diatheke.patch ---
--- utilities/diatheke/cgi/diatheke.pl	2005-05-25 07:56:49.000000000 -0400
+++ utilities/diatheke/cgi/diatheke.pl.new	2008-02-20 22:46:57.000000000 -0500
@@ -110,8 +110,7 @@
 	    $range = $mydata;
 	    $range =~ tr/+/ /;
 	    $range =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
-	    $range = "-r \"$range\"";
-            $range = shell_escape($range);
+	    $range = "-r '" . shell_escape($range) . "'";
 	}
 
 	elsif ($varname eq "strongs") {




More information about the fedora-extras-commits mailing list