diff options
author | Roy Marples <roy@marples.name> | 2008-10-26 19:19:19 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-10-26 19:19:19 +0000 |
commit | f6e3c167aedad8c40cfab94e4bf0371a3ce04878 (patch) | |
tree | e20faf3e4ba69fa14ae2686db4964979eb6200e4 /init.d | |
parent | 1d96620b84fe61dd231494c9cc8e4aa26a2df369 (diff) |
Remove bash localisation feature, Gentoo #244444 thanks to Andrey Grozin.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/local.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |