Blame SOURCES/wqy-unibit-fixes-build.patch

f0ce40
Index: wqy-unibit/bdfmerge.pl
f0ce40
===================================================================
f0ce40
--- wqy-unibit.orig/bdfmerge.pl
f0ce40
+++ wqy-unibit/bdfmerge.pl
f0ce40
@@ -32,7 +32,7 @@ while(@ARGV>=1&& $ARGV[0]=~/^-{0,1}0[xX]
f0ce40
 {
f0ce40
 	$startpos = hex($1);
f0ce40
 	$endpos=0;
f0ce40
-	$range=shift(ARGV);
f0ce40
+	$range=shift(@ARGV);
f0ce40
 	if($range=~/--0[xX]([0-9A-Fa-f]{0,6})/)
f0ce40
 	{
f0ce40
 		$endpos=hex($1);