Skip to content

Commit fb0627d

Browse files
committed
Correct minor typos.
1 parent e3354ab commit fb0627d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/release_prep

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ cd ../../..
5454

5555
# Generate plpgsql's yacc and lex files
5656

57-
cd pl/plpgsql
58-
rm -rf pl_scan.c pl.tab.h pl_gram.c
57+
cd pl/plpgsql/src
58+
rm -f pl_scan.c pl.tab.h pl_gram.c
5959
$MAKE pl_scan.c pl.tab.h pl_gram.c
60-
cd ../..
60+
cd ../../..
6161

6262
# Generate psql's help on SQL command from the SGML docs
6363

0 commit comments

Comments
 (0)