mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Fix the findtherightuser problem
This commit is contained in:
parent
a1c48a02d4
commit
bea1afb2f3
@ -4,7 +4,7 @@
|
||||
# this assumes you are running as root or are using sudo
|
||||
#
|
||||
|
||||
USER="$(env | grep 'USER' | cut -d '=' -f2 | head -1)"
|
||||
USER="$(stat --format=%U .)"
|
||||
|
||||
get_fedora_deps()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user