This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove yet another metalint warning
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 9 Apr 2006 08:44:43 +0000 (08:44 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 9 Apr 2006 08:44:43 +0000 (08:44 +0000)
p4raw-id: //depot/metaconfig@27747

U/installdirs/Setprefixvar.U

index 8d67fcd..915620a 100644 (file)
@@ -17,6 +17,7 @@
        prefix prefixexp installprefix installprefixexp
 ?MAKE: -pick add $@ %<
 ?LINT:extern prefixvar
+?T:exp
 ?F:./setprefixvar
 ?F:./installprefix
 : Perform the prefixexp/installprefixexp correction if necessary
@@ -42,8 +43,7 @@ EOS
 cat <<'EOSC' >>setprefixvar
 eval "${prefixvar}=\"\$ans\""
 ?X: metalint will see the next line as one that assigns to $exp
-?X: declaring exp as a temp variable exp will catch that.
-?T:exp
+?X: declaring exp as a temp with ?T: variable exp will catch that.
 eval "${prefixvar}exp=\"\$ansexp\""
 . ./installprefix
 EOSC