From 950e3df59419471435fc8e56ab9d31db3f76fd94 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 8 Dec 2021 18:48:25 -0500 Subject: [PATCH] direct ax output from stderr to stdin --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 3b8bbc8..900e4a0 100644 --- a/common.sh +++ b/common.sh @@ -49,6 +49,6 @@ axdraw () { echo "PEN:${PEN}" fi echo "START:$(date '+%s')" - ax "${1}" + ax "${1}" 2>&1 echo "END:$(date '+%s')" } \ No newline at end of file