]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
sabayon: Use /bin/bash 1435/head
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 17 Feb 2017 22:06:23 +0000 (17:06 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 17 Feb 2017 22:06:23 +0000 (17:06 -0500)
The script is full of bashisms making it break when run with a simple
POSIX shell.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-sabayon.in

index 675542b9b00b938cf47ac9c510abb58cd91b6dc4..2acd22c91ec7da2b59e58e1fa5e05c98f62902e1 100644 (file)
@@ -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.