]> arthur.barton.de Git - bup.git/commit
pwd may not be in /bin, so change /bin/pwd to pwd
authorRob Browning <rlb@defaultvalue.org>
Sat, 1 Apr 2017 18:15:17 +0000 (13:15 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 1 Apr 2017 18:17:00 +0000 (13:17 -0500)
commitfbe7649964c30ef12a7622cfad63dedbde9ec85a
tree35cc0182fe538e625767a3d5560db15e9e148070
parent4b277659470d717200cdc56de7b59b30337f1f5a
pwd may not be in /bin, so change /bin/pwd to pwd

For example, pwd is not in /bin in NixOS.

Thanks to Ben Kelly for reporting the issue.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
README.md
t/test-index.sh
t/test-split-join.sh
t/test.sh