Project

General

Profile

« Previous | Next » 

Revision 9582

bugfix: lib/sh/resume_import.sh: $preamble_file: use the extension .0.preamble.sql instead of .preamble.sql so the preamble file sorts before the other *.sql files

View differences:

lib/sh/resume_import.sh
64 64
' "$@"
65 65
}
66 66

  
67
preamble_file="${top_file/%.sql/.preamble.sql}"
67
preamble_file="${top_file/%.sql/.0.preamble.sql}"
68 68

  
69 69
^.preamble.sql/make()
70 70
{

Also available in: Unified diff