8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dc23f commit 74570dbCopy full SHA for 74570db
src/tools/pgindent/pgindent
@@ -37,7 +37,7 @@ run_build($code_base) if ($build);
37
# command line option wins, then first non-option arg,
38
# then environment (which is how --build sets it) ,
39
# then locations. based on current dir, then default location
40
-$typedefs_file ||= shift if @ARGV && $ARGV[0] !~ /\\.[ch]$/;
+$typedefs_file ||= shift if @ARGV && $ARGV[0] !~ /\.[ch]$/;
41
$typedefs_file ||= $ENV{PGTYPEDEFS};
42
43
# build mode sets PGINDENT and PGENTAB
0 commit comments