From 4e133789e1f1f86bb476168d3c78dca7d7cdb053 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Fri, 17 Feb 2017 17:06:23 -0500 Subject: [PATCH] sabayon: Use /bin/bash MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The script is full of bashisms making it break when run with a simple POSIX shell. Signed-off-by: Stéphane Graber --- templates/lxc-sabayon.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2