Project

General

Profile

« Previous | Next » 

Revision 12071

bugfix: schemas/Makefile: `%/install: vegbien.sql`: need -e before each s/// expression

View differences:

trunk/schemas/Makefile
56 56
	# one for the most recently-created public schema. this allows validations
57 57
	# to continue to be run against a previous version of the DB while a new
58 58
	# version is being imported.
59
	<$< $(sed) 's/( )(validation)([,; ])/\1"$*_\2"\3/g'$(if\
60
$(filter public,$*),, 's/( )public([,; ])/\1"$*"\2/g')|$(psqlNoSearchPath)
59
	<$< $(sed) -e 's/( )(validation)([,; ])/\1"$*_\2"\3/g'$(if\
60
$(filter public,$*),, -e 's/( )public([,; ])/\1"$*"\2/g')|$(psqlNoSearchPath)
61 61

  
62 62
public/uninstall: validation/uninstall
63 63

  

Also available in: Unified diff