mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59:45 +01:00
Files: small change to make the style uniform
Co-authored-by: Alex Griffin <a@ajgrf.com>
This commit is contained in:
parent
29c6eb1d2d
commit
9f75d3cd29
1 changed files with 3 additions and 3 deletions
|
@ -345,10 +345,10 @@ in
|
||||||
if [[ -e "$realOut/$relTarget" ]]; then
|
if [[ -e "$realOut/$relTarget" ]]; then
|
||||||
if [[ -d "$realOut/$relTarget" && $(realpath "$realOut/$relTarget") == $realOut && $recursive ]]; then
|
if [[ -d "$realOut/$relTarget" && $(realpath "$realOut/$relTarget") == $realOut && $recursive ]]; then
|
||||||
# exception: allow a "collision" for a recureively linked home *directory*
|
# exception: allow a "collision" for a recureively linked home *directory*
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "File conflict for file '$relTarget'" >&2
|
echo "File conflict for file '$relTarget'" >&2
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue