Skip to content

Commit

Permalink
Revert "qb: Add some safe defaults."
Browse files Browse the repository at this point in the history
This reverts commit 0114c7b.
  • Loading branch information
inactive123 committed Nov 19, 2017
1 parent a1539e4 commit 5b3c1ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions qb/qb.system.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
IFS='
'
\unalias -a 2>/dev/null
PATH="$(command -p getconf PATH):$PATH"

if [ -n "$CROSS_COMPILE" ]; then
case "$CROSS_COMPILE" in
Expand Down Expand Up @@ -30,3 +26,4 @@ if [ -e /etc/lsb-release ]; then
fi

echo "Checking operating system ... $OS ${DISTRO}"

0 comments on commit 5b3c1ed

Please sign in to comment.