Optimize OS/release/version detection for faster execution #70

Merged
benpro merged 86 commits from fast-debian-check into master 2019-04-05 11:01:57 +02:00
Showing only changes of commit a01b53111d - Show all commits

View file

@ -144,7 +144,7 @@ if [ -e /etc/debian_version ]; then
fi
elif [ "$(uname -s)" = "OpenBSD" ]; then
# use a better release name
OPENBSD_RELEASE="OpenBSD"
OPENBSD_RELEASE=$(uname -r)
fi
# Source configuration file