Project

General

Profile

« Previous | Next » 

Revision 14951

bugfix: lib/sh/util.sh: $stdlog: can't be 3 because that's in use by the system but does not properly produce an error in fd_exists()

View differences:

trunk/lib/sh/util.sh
993 993
# mnemonic: 4 looks like A for Alternate
994 994
# do NOT use 1x, which are used by eval (which is used by set_fds())
995 995
# do NOT use 2x, which we use as global stdin/stdout/stderr
996
# do NOT use 3x, which we use for logging
996 997

  
997
stdlog=3
998
stdlog=30 # not 3 b/c in use by system but does not produce error in fd_exists()
998 999

  
999 1000
setup_log_fd() # view logging output at verbosity >= 5
1000 1001
{

Also available in: Unified diff