prnt now output to STDERR allowing printing in functions returning results on STDOUT

This commit is contained in:
2025-09-24 17:23:22 +02:00
parent 90be985777
commit 834cb9d307

View File

@@ -118,7 +118,7 @@ prnt()
shift
;;
esac
echo $echoopt -e "${IWhite}$(date $DATEFORMAT)${DEFAULTFG} ${heads} $@"
echo $echoopt -e "${IWhite}$(date $DATEFORMAT)${DEFAULTFG} ${heads} $@" >&2
unset heads echoopt
}