From f6e3c167aedad8c40cfab94e4bf0371a3ce04878 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 26 Oct 2008 19:19:19 +0000 Subject: [PATCH] Remove bash localisation feature, Gentoo #244444 thanks to Andrey Grozin. --- init.d/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/local.in b/init.d/local.in index bfc05107..8bcdc6c3 100644 --- a/init.d/local.in +++ b/init.d/local.in @@ -39,5 +39,5 @@ stop() . @SYSCONFDIR@/conf.d/local.stop fi - eend $? $"Failed to stop local" + eend $? "Failed to stop local" }