Project

General

Profile

« Previous | Next » 

Revision 8836

bugfix: bin/with_all: pipe yes to the command in case it makes any interactive prompts, as in e.g. the TNRS staging tables reinstall

View differences:

with_all
19 19
    fi
20 20
    
21 21
    for input in "${inputs[@]}"; do
22
        eval "make ${input}$* &"
22
        eval "yes|make ${input}$* &"
23 23
        disown -h "$(jobs|tail -1|"$selfDir/jobspecs")" # ignore SIGHUP
24 24
        sleep 2 # wait for initial output so that outputs don't become jumbled
25 25
    done

Also available in: Unified diff