Skip to content

Commit

Permalink
Update toolkit/scripts/utils.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcilvaney authored Nov 14, 2024
1 parent c61f7b6 commit 668b447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/scripts/utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $(foreach var,$(watch_vars),$(eval $(call depend_on_var,$(var))))
# to always run the "setfacl" command but not trigger a re-run of the targets
# depending on this target.
$(no_repo_acl): setfacl_always_run_phony
@setfacl -bnR $(PROJECT_ROOT) && \
@setfacl -bnR $(PROJECT_ROOT) &>/dev/null && \
if [ ! -f $@ ]; then \
touch $@; \
fi

0 comments on commit 668b447

Please sign in to comment.