summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-10-26 19:19:19 +0000
committerRoy Marples <roy@marples.name>2008-10-26 19:19:19 +0000
commitf6e3c167aedad8c40cfab94e4bf0371a3ce04878 (patch)
treee20faf3e4ba69fa14ae2686db4964979eb6200e4
parent1d96620b84fe61dd231494c9cc8e4aa26a2df369 (diff)
downloadopenrc-f6e3c167aedad8c40cfab94e4bf0371a3ce04878.tar.gz
openrc-f6e3c167aedad8c40cfab94e4bf0371a3ce04878.tar.bz2
openrc-f6e3c167aedad8c40cfab94e4bf0371a3ce04878.tar.xz
Remove bash localisation feature, Gentoo #244444 thanks to Andrey Grozin.
-rw-r--r--init.d/local.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/local.in b/init.d/local.in
index bfc0510..8bcdc6c 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"
}