Re: [perl #15063] /tmp issues
[p5sagit/p5-mst-13.2.git] / perly.fixer
index b627a8c..fec981f 100755 (executable)
@@ -23,7 +23,7 @@ gnupatch=patch
 
 input=$1
 output=$2
-tmp=/tmp/f$$
+tmp=perly$$
 
 inputh=`echo $input|sed 's:\.c$:.h:'`
 if grep '^#ifdef PERL_CORE' $inputh; then