Use absolute path for pwd

This commit is contained in:
topjohnwu 2019-11-02 01:13:15 -04:00
parent a14939aad5
commit 550220fc9e

View File

@ -67,7 +67,7 @@ if [ ! -d busybox ]; then
fi
cd busybox
CWD=`pwd`
CWD=`pwd -P`
case "$1" in
generate )