Merge pull request #5713 from orbea/defaults

qb: Add some safe defaults.
This commit is contained in:
Twinaphex 2017-11-19 11:52:22 +01:00 committed by GitHub
commit 4f9ebc4037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
IFS='
'
\unalias -a 2>/dev/null
PATH="$(command -p getconf PATH):$PATH"
if [ -n "$CROSS_COMPILE" ]; then
case "$CROSS_COMPILE" in
@ -26,4 +30,3 @@ if [ -e /etc/lsb-release ]; then
fi
echo "Checking operating system ... $OS ${DISTRO}"