Project

General

Profile

« Previous | Next » 

Revision 1547

import-all: Fixed to display the datasource name in the job name instead of 'make ${input}import &'

View differences:

import-all
6 6
selfDir="$(dirname -- "$self")"
7 7

  
8 8
for input in inputs/*/; do
9
    make ${input}import &
9
    eval "make ${input}import &"
10 10
    disown -h "$(jobs|tail -1|"$selfDir/jobspecs")" # ignore SIGHUP
11 11
    sleep 2 # wait for initial output so that outputs don't become jumbled
12 12
done

Also available in: Unified diff