Revision 9126
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
321 | 321 |
dest="$prefix$src" noclobber=1 set_fd |
322 | 322 |
} |
323 | 323 |
|
324 |
# convention: use fd 10/11/12 for command-specific alternate stdin/stdout/stderr |
|
324 | 325 |
|
326 |
|
|
325 | 327 |
#### vars |
326 | 328 |
|
327 | 329 |
set_var() { eval "$1"'="$2"'; } |
Also available in: Unified diff
lib/sh/util.sh: streams: added convention that fd 10/11/12 should be used for command-specific alternate stdin/stdout/stderr