Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe87dbb

Browse files
committed
Roll in patch that fixes problem with sed 3.0
submitted by: Dan McGuirk
1 parent c449668 commit fe87dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/genbki.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
#
1212
# IDENTIFICATION
13-
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.4 1996/08/24 20:38:56 scrappy Exp $
13+
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.5 1996/08/26 06:04:49 scrappy Exp $
1414
#
1515
# NOTES
1616
# non-essential whitespace is removed from the generated file.
@@ -58,7 +58,7 @@ done
5858
cat $SYSFILES | \
5959
sed -e 's/\/\*.*\*\///g' \
6060
-e 's/;[ ]*$//g' \
61-
-e 's/^[ ]*//g' \
61+
-e 's/^[ ]*//' \
6262
-e 's/\ Oid/\ oid/g' \
6363
-e 's/\ NameData/\ name/g' \
6464
-e 's/^Oid/oid/g' \

0 commit comments

Comments
 (0)