• Ismo Puustinen's avatar
    verify-godeps: change redirection order. · 03b674bc
    Ismo Puustinen authored
    In code "popd 2>&1 > /dev/null" the stderr output goes to the terminal
    instead of /dev/null, which is clearly the intention. Change the order
    to fix this in four places. Also, while at it, change one incorrect
    comparison to use "-gt" instead of ">" in the same file.
    03b674bc
verify-godeps.sh 4.36 KB