Skip to content

Commit b23b2ce

Browse files
committed
updated Makefile.in
1 parent 7e87dc6 commit b23b2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -867,13 +867,13 @@ repos:
867867
mac-exclude-backups:
868868
@for path in $(MAC_TIME_MACHINE_BACKUP_EXCLUDE_PATHS); do \
869869
if [[ "$${path:0:1}" != / ]]; then \
870-
path="$$PWD/$path"; \
870+
path="$$PWD/$$path"; \
871871
fi; \
872872
echo "Excluding: $$path"; \
873873
sudo tmutil addexclusion -p "$$path"; \
874874
done
875875

876876
nobackup:
877-
if uname | grep -q Darwin; then \
877+
@if uname | grep -q Darwin; then \
878878
$(MAKE) mac-exclude-backups; \
879879
fi

0 commit comments

Comments
 (0)