Skip to content
Snippets Groups Projects
Commit bbf4e2ce authored by anarcat's avatar anarcat
Browse files

properly redirect version information

version is output to stderr
parent 822e4cfd
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ printf "\ndetailed monkeysign version information\n" >&3
# first try with monkeyscan, as it has everything monkeysign shows, but
# with extra GUI information
# if it fails, it will show why and then monkeysign will run normally
monkeyscan --version --debug >&3 || monkeysign --version --debug >&3
monkeyscan --version --debug 2>&3 || monkeysign --version --debug 2>&3
cat >&3 <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment