From: Joey Hess Date: Fri, 26 Oct 2007 06:36:35 +0000 (-0400) Subject: Revert "replace `pwd` calls with $PWD" X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/de0874e8884604b08e3a3b9a1bf682cf2b88f1f2?hp=de0874e8884604b08e3a3b9a1bf682cf2b88f1f2 Revert "replace `pwd` calls with $PWD" This actually makes mr slower by calling pwd on *every* run. Instead, call pwd just when it's needed, on register opterations that don't need to be fast, and that happen to call it a max of 1 time anyway. ---