Protect darcs variables

This commit is contained in:
Glenn Y. Rolland 2021-12-31 13:03:01 +01:00
parent 04dd9dabf6
commit d55cb58d69

View file

@ -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