]> arthur.barton.de Git - bup.git/blobdiff - README.md
prune-older: enhance classify_saves comments
[bup.git] / README.md
index ad320dffa125f1b3be55d3e850fd844cb2bd84df..31bb2bfefb79e379d88408b1b9e295c0c5e1f4ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ From source
     may fail.  Running something like this before "make test" should
     sidestep the problem:
 
-        cd "$(/bin/pwd)"
+        cd "$(pwd -P)"
 
  - You can install bup via "make install", and override the default
    destination with DESTDIR and PREFIX.