mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 10:17:23 +00:00
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:
parent
6b1a07ba08
commit
89d3558804
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
echo "lxc version: @PACKAGE_VERSION@"
|
||||
|
Loading…
Reference in New Issue
Block a user