Skip to content
Snippets Groups Projects
Commit ba5749f9 authored by Julien Leduc's avatar Julien Leduc
Browse files

Flushing stdout and sending ERROR messages to stdout as redirection would be...

Flushing stdout and sending ERROR messages to stdout as redirection would be applied to stdbuff command
parent 9ed2eb29
Branches
Tags
No related merge requests found
......@@ -6,7 +6,8 @@
ORACLE_SQLPLUS="/usr/bin/sqlplus64"
die() {
echo "$@" 1>&2
stdbuf -i 0 -o 0 -e 0 echo "$@"
sleep 1
exit 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment