diff options
-rw-r--r-- | meta/files/toolchain-shar-extract.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 606a44e2f9..de8c66934e 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | [ -z "$ENVCLEANED" ] && exec /usr/bin/env -i ENVCLEANED=1 "$0" "$@" | 3 | [ -z "$ENVCLEANED" ] && exec /usr/bin/env -i ENVCLEANED=1 HOME="$HOME" "$0" "$@" |
4 | [ -f /etc/environment ] && . /etc/environment | 4 | [ -f /etc/environment ] && . /etc/environment |
5 | export PATH=`echo "$PATH" | sed -e 's/:\.//' -e 's/::/:/'` | 5 | export PATH=`echo "$PATH" | sed -e 's/:\.//' -e 's/::/:/'` |
6 | 6 | ||