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