Revision 14736
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
935 | 935 |
{ ! fd_exists "$1" || type=info die "fd $1 already exists, skipping"; } |
936 | 936 |
|
937 | 937 |
set_fds() # usage: set_fds redirect... |
938 |
# **WARNING**: does not currently support redirecting an fd to itself (due to bash
|
|
939 |
# bug that requires the dest fd to be closed before it can be reopened) |
|
938 |
# **WARNING**: does not currently support redirecting an fd to itself (due to |
|
939 |
# bash bug that requires the dest fd to be closed before it can be reopened)
|
|
940 | 940 |
{ |
941 | 941 |
echo_func |
942 | 942 |
|
Also available in: Unified diff
*{.sh,run}: use standard WARNING syntax for warning labels