Skip to content
  • vdukhovni's avatar
    d3c7f9be
    Use POSIX shell syntax to redirect stdout/err · d3c7f9be
    vdukhovni authored and Marge Bot's avatar Marge Bot 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
    d3c7f9be
    Use POSIX shell syntax to redirect stdout/err
    vdukhovni authored and Marge Bot's avatar Marge Bot 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
Loading