-
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