From: Tom Lane Date: Mon, 17 Jan 2000 04:47:05 +0000 (+0000) Subject: Correct minor typos. X-Git-Tag: REL7_0~814 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb0627d97238aab8e4cfe373df9f654c38de7229;p=postgresql Correct minor typos. --- diff --git a/src/tools/release_prep b/src/tools/release_prep index 239a13d7de..7b33522659 100755 --- a/src/tools/release_prep +++ b/src/tools/release_prep @@ -54,10 +54,10 @@ cd ../../.. # Generate plpgsql's yacc and lex files -cd pl/plpgsql -rm -rf pl_scan.c pl.tab.h pl_gram.c +cd pl/plpgsql/src +rm -f pl_scan.c pl.tab.h pl_gram.c $MAKE pl_scan.c pl.tab.h pl_gram.c -cd ../.. +cd ../../.. # Generate psql's help on SQL command from the SGML docs