]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-version: use POSIX shell instead of bash
authorNatanael Copa <ncopa@alpinelinux.org>
Tue, 27 Nov 2012 07:13:31 +0000 (08:13 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 27 Nov 2012 15:04:04 +0000 (10:04 -0500)
There is no reason to depend on bash for a single echo.

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc-version.in

index 1bd055a71eecaa55451dfc17e4d30bddf5fe0cf6..b6875da266e017ebe42a4d0d8c815d557403539e 100644 (file)
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/sh
 
 echo "lxc version: @PACKAGE_VERSION@"