Project

General

Profile

« Previous | Next » 

Revision 4510

input.Makefile: Staging tables installation: sql/install: Fixed bug where needed space before \ at end of line, because one is not automatically added in a recipe command (although it's added elsewhere)

View differences:

inputs/input.Makefile
197 197

  
198 198
# Must come before %/install to override it
199 199
sql/install: $(dbExports)
200
	($(inDatasrc); cat $+|grep -vF 'SET search_path')|"time" $(psqlAsBien)\
200
	($(inDatasrc); cat $+|grep -vF 'SET search_path')|"time" $(psqlAsBien) \
201 201
$(logInstall)
202 202

  
203 203
# The export must be created with:

Also available in: Unified diff