Browse Source

Fixed typo in etc/rc.d/functions.in's status()

early
Alejandro Mery 17 years ago
parent
commit
11b4cdf9f7
  1. 2
      base/sysfiles/etc_rc.d_functions.in.txt

2
base/sysfiles/etc_rc.d_functions.in.txt

@ -54,7 +54,7 @@ title() {
status() {
$ECHO -n "$MOVE_UP$MOVE_EOL$MOVE_LEFT_STATUS"
if [ ${1:-error} -eq 0 ]; then
if [ ${1:-$error} -eq 0 ]; then
$ECHO "$COLOR_SUCCESS$ART_SUCCESS$COLOR_NORMAL"
else
$ECHO "$BELL$COLOR_FAILURE$ART_FAILURE$COLOR_NORMAL"

Loading…
Cancel
Save