Skip to content

Commit da925d8

Browse files
committed
add explicit SHELL to makefile
1 parent 63d4e74 commit da925d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
SHELL := /bin/bash
2+
13
SOURCES := $(wildcard *.asciidoc)
24
HTML_PAGES := $(patsubst %.asciidoc, %.html, ${SOURCES})
35
TESTS := $(patsubst %.asciidoc, test_%, ${SOURCES})

0 commit comments

Comments
 (0)