Protect darcs variables
This commit is contained in:
parent
04dd9dabf6
commit
d55cb58d69
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue