8000 Fix perl thinko in commit fed6df486dca · anrs/postgres@df53413 · GitHub
[go: up one dir, main page]

Skip to content

Commit df53413

Browse files
committed
Fix perl thinko in commit fed6df4
Report and fix from Vaishnavi Prabakaran Backpatch to 9.4 like original.
1 parent 9a8cc15 commit df53413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
exit 3 unless $proc;
9191

92-
&$proc(@_);
92+
&$proc(@ARGV);
9393

9494
exit 0;
9595

0 commit comments

Comments
 (0)
0