1
0
Fork 0
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:
niacdoial 2022-10-23 11:15:05 +02:00 committed by GitHub
parent 29c6eb1d2d
commit 9f75d3cd29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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