ossp-pkg/shtool/sh.echo 1.26 -> 1.27
--- sh.echo 2001/06/13 21:30:05 1.26
+++ sh.echo 2001/06/14 14:24:16 1.27
@@ -48,7 +48,7 @@
fi
# determine terminal bold sequence
-term_bold=''
+term_bold=''
term_norm=''
if [ ".$opt_e" = .yes -a ".`echo $text | egrep '%[Bb]'`" != . ]; then
case $TERM in
|
|