Skip to content
Snippets Groups Projects
Commit e01c7f89 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Apparently we need to use the backtick method of shell expression here

parent 4325523c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2888 passed
......@@ -133,7 +133,7 @@ endif
ifeq ($(os),linux)
.PHONY: setcap
setcap: all
sudo $(whereis -b setcap | cut -d" " -f2) 'cap_net_bind_service=+ep' $(EXEODIR)/sbbs
sudo `whereis -b setcap | cut -d" " -f2` 'cap_net_bind_service=+ep' $(EXEODIR)/sbbs
endif
.PHONY: sexyz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment