Project

General

Profile

« Previous | Next » 

Revision 14088

bugfix: bin/with_all, import_all: don't disown processes because they should be auto-killed if the shell is (disown was only needed before we used screen)

View differences:

import_all
69 69
    bin/after_import $jobs &
70 70
    echo "after_import PID: $!" >&2
71 71
    
72
    . bin/disown_all
73
    
74 72
    popd
75 73
    delete_logs # manually run b/c `trap EXIT` doesn't run until *shell* exit
76 74
}

Also available in: Unified diff