prnt now output to STDERR allowing printing in functions returning results on STDOUT
This commit is contained in:
@@ -118,7 +118,7 @@ prnt()
|
|||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo $echoopt -e "${IWhite}$(date $DATEFORMAT)${DEFAULTFG} ${heads} $@"
|
echo $echoopt -e "${IWhite}$(date $DATEFORMAT)${DEFAULTFG} ${heads} $@" >&2
|
||||||
|
|
||||||
unset heads echoopt
|
unset heads echoopt
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user