ansible-role--bashrc/files/bashrc.d/70-util-darcs.sh
2016-05-02 21:29:19 +02:00

7 lines
101 B
Bash

# Help darcs on network mounts
if hash darcs >/dev/null 2>&1 ; then
export DARCS_SLOPPY_LOCKS=1
fi