Remove bash localisation feature, Gentoo #244444 thanks to Andrey Grozin.

This commit is contained in:
Roy Marples 2008-10-26 19:19:19 +00:00
parent 1d96620b84
commit f6e3c167ae

View File

@ -39,5 +39,5 @@ stop()
. @SYSCONFDIR@/conf.d/local.stop
fi
eend $? $"Failed to stop local"
eend $? "Failed to stop local"
}