transforms/report
changeset 6309 45a5cfc1d6e8
parent 5282 b4df500d2f24
--- a/transforms/report	Wed Jun 22 09:56:12 2016 +0200
+++ b/transforms/report	Thu Jun 30 07:07:08 2016 -0700
@@ -2,6 +2,6 @@
 <transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
 	print PACKAGE += "%<1>@%<2>" >
 <transform set name=org.opensolaris.arc-caseid value=(.*) -> \
-	print COMP_ARC_CASE += "%<1>" >
+	print COMP_ARC_CASE += %(value) >
 
 <transform license license=(.*) -> print LICENSE += "%<1>" >