Skip to content

Commit

Permalink
Fix syntax at skel-permissions
Browse files Browse the repository at this point in the history
Change-Id: I39eb6e5559f17c11edb56ebe6c887471ed8b0a14
  • Loading branch information
Alex Zurhake committed Dec 12, 2024
1 parent 08fc689 commit d792c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ $(SKEL_PERMISSIONS): $(INSTALL)
fi ; \
done ; \
bazel build //omd:skel_permissions_$(EDITION_SHORT) ; \
OUTPUT="$${OUTPUT}# Bazel\n$$(cat $(REPO_PATH)/bazel-bin/omd/skel.permissions_$(EDITION_SHORT)\n" ; \
OUTPUT="$${OUTPUT}# Bazel\n$$(cat $(REPO_PATH)/bazel-bin/omd/skel.permissions_$(EDITION_SHORT))\n" ; \
echo -e "$$OUTPUT" > $(SKEL_PERMISSIONS)

$(INSTALL_GLOBAL): $(SKEL_PERMISSIONS) $(BOM)
Expand Down

0 comments on commit d792c6a

Please sign in to comment.