Commit 89d35588 by Natanael Copa Committed by Stéphane Graber

lxc-version: use POSIX shell instead of bash

There is no reason to depend on bash for a single echo. Signed-off-by: 's avatarNatanael Copa <ncopa@alpinelinux.org> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 6b1a07ba
#!/bin/bash
#!/bin/sh
echo "lxc version: @PACKAGE_VERSION@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment