File lxc-1.0.7-fix-bashisms.patch of Package lxc

---
 config/init/sysvinit/lxc-containers.in |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--- a/config/init/sysvinit/lxc-containers.in
+++ b/config/init/sysvinit/lxc-containers.in
@@ -29,12 +29,14 @@ if ! type action >/dev/null 2>&1; then
     }
 fi
 
+. /usr/bin/gettext.sh
+
 start() {
-    action $"Starting LXC autoboot containers: " @LIBEXECDIR@/lxc/lxc-containers start
+    action "$(eval_gettext "Starting LXC autoboot containers: ")" @LIBEXECDIR@/lxc/lxc-containers start
 }
 
 stop() {
-    action $"Stopping LXC containers: " @LIBEXECDIR@/lxc/lxc-containers stop
+    action "$(eval_gettext "Stopping LXC containers: ")" @LIBEXECDIR@/lxc/lxc-containers stop
 }
 
 # See how we were called.
openSUSE Build Service is sponsored by