Commit f9361d5c by Ian Lance Taylor

Use pwd if PWDCMD is not defined

From-SVN: r3529
parent d6af3b06
......@@ -64,7 +64,7 @@ case $LIB in
/*)
;;
*)
cd $LIB; LIB=`${PWDCMD}`
cd $LIB; LIB=`${PWDCMD-pwd}`
;;
esac
......
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