host target distro variables can transport into unibuild

üst 179c034a
#!/bin/bash
$(env | cut -f 1 -d '=' | sed "s/^/unset /")
$(env | cut -f 1 -d '=' | grep -v "TARGET" | grep -v "HOST" | grep -v "DISTRO" | sed "s/^/unset /")
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export USER=unibuild
export HOME=$(mktemp -d)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment