diff --git a/files/bashrc.d/70-util-darcs.sh b/files/bashrc.d/70-util-darcs.sh index ec2c2a4..526eee6 100644 --- a/files/bashrc.d/70-util-darcs.sh +++ b/files/bashrc.d/70-util-darcs.sh @@ -1,6 +1,6 @@ # Help darcs on network mounts -if hash darcs >/dev/null 2>&1 ; then -export DARCS_SLOPPY_LOCKS=1 +if hash darcs > /dev/null 2>&1 ; then + export DARCS_SLOPPY_LOCKS=1 fi