lxc-version: use POSIX shell instead of bash

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>
This commit is contained in:
Natanael Copa 2012-11-27 08:13:31 +01:00 committed by Stéphane Graber
parent 6b1a07ba08
commit 89d3558804

View File

@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
echo "lxc version: @PACKAGE_VERSION@"