Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 5876e98

Browse files
committed
Setup some sometimes known-broken variables
1 parent d9b5a8c commit 5876e98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-rom.sh

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ fi
1111
localManifestBranch=$1
1212
rom=$2
1313

14+
if [ -z "$USER" ];then
15+
export USER="$(id -un)"
16+
fi
17+
export LC_ALL=C
18+
1419
if [[ -n "$3" ]];then
1520
jobs=$3
1621
else

0 commit comments

Comments
 (0)