Skip to content

Commit

Permalink
compatible posfix sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arowser authored and rustyrussell committed Mar 17, 2019
1 parent 2af3996 commit 04c6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/repro-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 04c6017

Please sign in to comment.