]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
-typo
authorwaszi <waszi@pld-linux.org>
Tue, 30 May 2000 05:55:00 +0000 (05:55 +0000)
committerwaszi <waszi@pld-linux.org>
Tue, 30 May 2000 05:55:00 +0000 (05:55 +0000)
svn-id: @752

rc.d/init.d/functions

index cafb151b45907890cdae7263588e6277869d007c..90d72bb0163d08a83fde9108c68e45740949ce4c 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.50 2000/05/01 18:53:37 zagrodzki Exp $
+# $Id: functions,v 1.51 2000/05/30 05:55:00 waszi Exp $
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:    Greg Galloway and Marc Ewing
@@ -36,7 +36,7 @@ termput()
                        echo -ne "\033[0K"
                        ;;
                  setaf)
-                       [ is_yes "$COLOR_INIT" ] && echo -ne "\033[0;3${2}m"
+                       is_yes "$COLOR_INIT" && echo -ne "\033[0;3${2}m"
                        ;;
                  esac
        else
This page took 0.030881 seconds and 4 git commands to generate.