]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- \b\b\b\b... characters also are NLSed (this is needed when translating
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 14 Aug 1999 11:01:57 +0000 (11:01 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 14 Aug 1999 11:01:57 +0000 (11:01 +0000)
"DONE", "BUSY" etc.

svn-id: @477

rc.d/init.d/functions

index f8dfbf185704371c204708d5098ce5eda3250e5b..de7d0015cb57f8564e0557d8bcd33dff6d13fcd8 100644 (file)
@@ -1,7 +1,7 @@
 # functions    This file contains functions to be used by most or all
 #              shell scripts in the /etc/init.d directory.
 #
-# $Id: functions,v 1.20 1999/08/09 21:05:27 wiget Exp $
+# $Id: functions,v 1.21 1999/08/14 11:01:57 misiek Exp $
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:    Greg Galloway and Marc Ewing
@@ -84,7 +84,7 @@ died()
 
 deltext() 
 {
-       echo -ne "\b\b\b\b\b\b\b\b"     
+       echo -ne "`nls '\b\b\b\b\b\b\b\b'`"     
 }
 
 # Usage run_cmd Message command_to_run
This page took 0.031235 seconds and 4 git commands to generate.