Skip to content
  • vdukhovni's avatar
    de5e1651
    Use POSIX shell syntax to redirect stdout/err · de5e1651
    vdukhovni authored and Zubin's avatar Zubin committed
    FreeBSD (and likely NetBSD) /bin/sh does not support '>& word' to
    redirect stdout + stderr.  (Also the preferred syntax in bash would
    be '&> word' to avoid surprises when `word` is "-" or a number).
    
    Resolves: #20760
    (cherry picked from commit d3c7f9be)
    de5e1651
    Use POSIX shell syntax to redirect stdout/err
    vdukhovni authored and Zubin's avatar Zubin committed
    FreeBSD (and likely NetBSD) /bin/sh does not support '>& word' to
    redirect stdout + stderr.  (Also the preferred syntax in bash would
    be '&> word' to avoid surprises when `word` is "-" or a number).
    
    Resolves: #20760
    (cherry picked from commit d3c7f9be)
Loading