The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1273
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === All the other templates use `#!/bin/bash`
From c5ec44f28972bdc1292962b4a69cece472a06ddf Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller <[email protected]> Date: Thu, 3 Nov 2016 09:07:05 +0100 Subject: [PATCH] cleanup: /usr/bin/bash vs /bin/bash consistency Signed-off-by: Wolfgang Bumiller <[email protected]> --- templates/lxc-voidlinux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-voidlinux.in b/templates/lxc-voidlinux.in index 83214fb..380d8a1 100644 --- a/templates/lxc-voidlinux.in +++ b/templates/lxc-voidlinux.in @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # # template script for generating Void Linux container for LXC
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
