mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
qb: Add some safe defaults.
This commit is contained in:
parent
c89ed117b6
commit
0114c7b0c4
@ -1,3 +1,7 @@
|
|||||||
|
IFS='
|
||||||
|
'
|
||||||
|
\unalias -a 2>/dev/null
|
||||||
|
PATH="$(command -p getconf PATH):$PATH"
|
||||||
|
|
||||||
if [ -n "$CROSS_COMPILE" ]; then
|
if [ -n "$CROSS_COMPILE" ]; then
|
||||||
case "$CROSS_COMPILE" in
|
case "$CROSS_COMPILE" in
|
||||||
@ -26,4 +30,3 @@ if [ -e /etc/lsb-release ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Checking operating system ... $OS ${DISTRO}"
|
echo "Checking operating system ... $OS ${DISTRO}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user