Skip to content

Commit 43af27a

Browse files
authored
Use bash shell for makefile
1 parent 5a95d6f commit 43af27a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/JsDbg.Gdb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PREFIX=/usr/local
22
DOTNET=dotnet
33

4+
SHELL := /bin/bash
45
PUBLISH := $(shell pwd)/out
56
PUBLISH_SC_REL := out_sa
67
PUBLISH_SC := $(shell pwd)/$(PUBLISH_SC_REL)

0 commit comments

Comments
 (0)