Add lib/bash/subshell.sh and use in pt-stalk to fix/improve subprocess waiting.

This commit is contained in:
Daniel Nichter
2013-03-04 17:47:02 -07:00
parent 0da15fb083
commit f7f63555ee
4 changed files with 126 additions and 42 deletions

View File

@@ -10,6 +10,7 @@ TOOL="pt-stalk"
mkdir "$PT_TMPDIR/collect" 2>/dev/null
source "$LIB_DIR/log_warn_die.sh"
source "$LIB_DIR/subshell.sh"
source "$LIB_DIR/parse_options.sh"
source "$LIB_DIR/safeguards.sh"
source "$LIB_DIR/alt_cmds.sh"