From: Stéphane Graber Date: Fri, 17 Feb 2017 22:06:23 +0000 (-0500) Subject: sabayon: Use /bin/bash X-Git-Tag: lxc-2.1.0~196^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1435%2Fhead;p=thirdparty%2Flxc.git sabayon: Use /bin/bash The script is full of bashisms making it break when run with a simple POSIX shell. Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-sabayon.in b/templates/lxc-sabayon.in index 675542b9b..2acd22c91 100644 --- a/templates/lxc-sabayon.in +++ b/templates/lxc-sabayon.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # vim: set ts=4 sw=4 expandtab # Exit on error and treat unset variables as an error.