From 89d35588040a94a3a92a235da163462b1364b4b8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 27 Nov 2012 08:13:31 +0100 Subject: [PATCH] lxc-version: use POSIX shell instead of bash MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There is no reason to depend on bash for a single echo. Signed-off-by: Natanael Copa Acked-by: Stéphane Graber --- src/lxc/lxc-version.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc-version.in b/src/lxc/lxc-version.in index 1bd055a71..b6875da26 100644 --- a/src/lxc/lxc-version.in +++ b/src/lxc/lxc-version.in @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh echo "lxc version: @PACKAGE_VERSION@" -- 2.47.2