mirror of
https://github.com/topjohnwu/ndk-box-kitchen.git
synced 2024-11-23 11:29:45 +00:00
Use absolute path for pwd
This commit is contained in:
parent
a14939aad5
commit
550220fc9e
@ -67,7 +67,7 @@ if [ ! -d busybox ]; then
|
||||
fi
|
||||
|
||||
cd busybox
|
||||
CWD=`pwd`
|
||||
CWD=`pwd -P`
|
||||
|
||||
case "$1" in
|
||||
generate )
|
||||
|
Loading…
Reference in New Issue
Block a user