]> arthur.barton.de Git - bup.git/blobdiff - dev/update-checkout-info
prune-older: fix output with --pretend
[bup.git] / dev / update-checkout-info
index 9a54344972e138d92b83fb6fe5c66f8f11da4b16..9fd1a1682b6067535a1aa0e2d9845cb4f695cb5f 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -euo pipefail
 
-top="$(pwd)"
+top="$(pwd -P)"
 
 usage() { echo 'Usage: update-checkout-info DEST'; }