Revision 14069
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/bin/import_all | ||
---|---|---|
10 | 10 |
. "$selfDir/with_all" import by_col=1 "$@" |
11 | 11 |
} |
12 | 12 |
|
13 |
delete_logs() { find . -name "n=$n.$version.log.sql" -delete; }
|
|
13 |
delete_logs() { find . -name "${n:+n=$n.}$version.log.sql" -delete; }
|
|
14 | 14 |
|
15 | 15 |
main() |
16 | 16 |
{ |
Also available in: Unified diff
bugfix: bin/import_all: delete_logs(): also need to match log filenames when n=""