Commit d45ceebe by Richard Stallman

Use eval, not parens, in Apollo version of PWDCMD.

From-SVN: r2812
parent ee71df46
...@@ -32,7 +32,7 @@ PWDCMD=pwd ...@@ -32,7 +32,7 @@ PWDCMD=pwd
case "`pwd`" in case "`pwd`" in
//*) //*)
# On an Apollo, discard everything before `/usr'. # On an Apollo, discard everything before `/usr'.
PWDCMD="(pwd) | sed -e 's,.*/usr/,/usr/,'" PWDCMD="eval pwd | sed -e 's,.*/usr/,/usr/,'"
;; ;;
esac 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