From: Ian Lance Taylor Date: Thu, 25 Feb 1993 15:39:05 +0000 (+0000) Subject: Use pwd if PWDCMD is not defined X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9361d5c41d089db11dd756c7d0ac09c53c711b0;p=gcc.git Use pwd if PWDCMD is not defined From-SVN: r3529 --- diff --git a/gcc/fixinc.sco b/gcc/fixinc.sco index 8ec8dea7eec..7711134c84a 100755 --- a/gcc/fixinc.sco +++ b/gcc/fixinc.sco @@ -64,7 +64,7 @@ case $LIB in /*) ;; *) - cd $LIB; LIB=`${PWDCMD}` + cd $LIB; LIB=`${PWDCMD-pwd}` ;; esac