diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-02-25 15:39:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-02-25 15:39:05 +0000 |
commit | f9361d5c41d089db11dd756c7d0ac09c53c711b0 (patch) | |
tree | 8da5a7b2daac96819f3cc523d5b5ab28d886979a /gcc/fixinc.sco | |
parent | d6af3b06f14fa153e9559959cbbc9d2fa5c8abde (diff) | |
download | gcc-f9361d5c41d089db11dd756c7d0ac09c53c711b0.tar.gz |
Use pwd if PWDCMD is not defined
From-SVN: r3529
Diffstat (limited to 'gcc/fixinc.sco')
-rwxr-xr-x | gcc/fixinc.sco | 2 |
1 files changed, 1 insertions, 1 deletions
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 |