[Lunar-commits]
CVS: theedge/var/lib/lunar/functions messages.lunar, 1.16, 1.17
Jerry Lundström
prox at lunar-linux.org
Mon Aug 9 12:11:05 GMT 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20902
Modified Files:
messages.lunar
Log Message:
/dev/stderr isnt standard, >&2 is more common
Index: messages.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/messages.lunar,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- messages.lunar 9 May 2004 12:08:55 -0000 1.16
+++ messages.lunar 9 Aug 2004 12:11:03 -0000 1.17
@@ -31,7 +31,7 @@
# error msgs go to stderr !
error_message() {
- echo -e "$*" > /dev/stderr
+ echo -e "$*" >&2
}
More information about the Lunar-commits
mailing list