From a2c1a3146931b3a52d18f98e32c99278a1ab0382 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sat, 7 Oct 2006 20:03:47 +0000 Subject: Tag support for the new deplist --- misc/make_sr.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/make_sr.bash b/misc/make_sr.bash index 381c9faf8..be98244af 100755 --- a/misc/make_sr.bash +++ b/misc/make_sr.bash @@ -478,7 +478,7 @@ while read a ; do echo "{" for (( k = 0 ; k < ${#want_comparison_fields[@]} ; k++ )) ; do w=${want_comparison_fields[${k}]} - echo " switch (paludis::compare(${w}, other.${w}))" + echo " switch (paludis::compare(${w}, ${w//[^\*]}other.${w#\*}))" echo " {" echo " case -1:" echo " return -1;" -- cgit v1.2.3