Browse Source

compatible posfix sh

issue-2504
arowser 6 years ago
committed by Rusty Russell
parent
commit
04c60175ca
  1. 2
      tools/repro-build.sh

2
tools/repro-build.sh

@ -30,7 +30,7 @@ if [ -f /etc/os-release ]; then
. /etc/os-release
OS=$NAME
VER=$VERSION_ID
elif type lsb_release >/dev/null 2>&1; then
elif command -v lsb_release >/dev/null 2>&1; then
# linuxbase.org
OS=$(lsb_release -si)
VER=$(lsb_release -sr)

Loading…
Cancel
Save