All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libmnl] build: doc: refer to bash as bash, not /bin/bash
@ 2022-08-01 17:26 Mark Mentovai
  2022-08-02  0:39 ` Duncan Roe
  2022-08-04  3:26 ` Duncan Roe
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Mentovai @ 2022-08-01 17:26 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Duncan Roe

This locates bash according to its presence in the PATH, not at a
hard-coded path which may not exist or may not be the most suitable bash
to use.

Signed-off-by: Mark Mentovai <mark@mentovai.com>
---
 doxygen/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
index 29078dee122a..189a233f3760 100644
--- a/doxygen/Makefile.am
+++ b/doxygen/Makefile.am
@@ -21,7 +21,7 @@ doxyfile.stamp: $(doc_srcs) Makefile.am
 # The command has to be a single line so the functions work
 # and so `make` gives all lines to `bash -c`
 # (hence ";\" at the end of every line but the last).
-	/bin/bash -p -c 'declare -A renamed_page;\
+	bash -p -c 'declare -A renamed_page;\
 main(){ set -e; cd man/man3; rm -f _*;\
   count_real_pages;\
   rename_real_pages;\
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-04  3:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 17:26 [PATCH libmnl] build: doc: refer to bash as bash, not /bin/bash Mark Mentovai
2022-08-02  0:39 ` Duncan Roe
2022-08-02 18:14   ` Mark Mentovai
2022-08-04  3:30     ` Duncan Roe
2022-08-04  3:26 ` Duncan Roe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.