Displaying 1 result from an estimated 1 matches for "cli_printmessage".
2012 Sep 10
1
strange error noise ...
The 'prepare' script uses a somewhat unusual construct a few 
places that has permissions errors, leaking (harmless) noise 
to stderr
/home/artwork/artwork/trunk/Scripts/Bash/Functions/Commons/
cli_printMessage.sh: line 70: /dev/stderr: Permission denied
             echo "$MESSAGE" > /dev/stderr
/home/artwork/artwork/trunk/Scripts/Bash/Functions/Commons/
cli_printMessage.sh: line 237: /dev/stderr: Permission denied
 	                    END {}' > /dev/stderr
--------------------...