Skip to content

Commit

Permalink
Fixes for issue #130.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Apr 18, 2020
1 parent 7e4e92e commit 1db0005
Show file tree
Hide file tree
Showing 15 changed files with 645 additions and 16 deletions.
2 changes: 1 addition & 1 deletion contrib/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
ifeq ($(SHELL),cmd)
CMDSHELL=cmd
else
ifneq ($(findstring bash.exe,$(shell where bash.exe 2>&1 | findstr bash.exe)),bash.exe)
ifneq ($(findstring sh.exe,$(shell where sh.exe 2>&1 | findstr sh.exe)),sh.exe)
SHELL=cmd
CMDSHELL=cmd
endif
Expand Down
2 changes: 1 addition & 1 deletion contrib/ad2csv/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifeq ($(OS),Windows_NT)
ifeq ($(SHELL),cmd)
CMDSHELL=cmd
else
ifeq ($(findstring bash.exe,$(shell where bash.exe 2>&1 | findstr bash.exe)),bash.exe)
ifeq ($(findstring sh.exe,$(shell where sh.exe 2>&1 | findstr sh.exe)),sh.exe)
EXT=.sh
else
SHELL=cmd
Expand Down
2 changes: 1 addition & 1 deletion contrib/admb-rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
ifeq ($(SHELL),cmd)
CMDSHELL=cmd
else
ifeq ($(findstring bash.exe,$(shell where bash.exe 2>&1 | findstr bash.exe)),bash.exe)
ifeq ($(findstring sh.exe,$(shell where sh.exe 2>&1 | findstr sh.exe)),sh.exe)
EXT=.sh
else
SHELL=cmd
Expand Down
2 changes: 1 addition & 1 deletion examples/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifeq ($(OS),Windows_NT)
ifeq ($(SHELL),cmd)
CMDSHELL=cmd
else
ifneq ($(findstring bash.exe,$(shell where bash.exe 2>&1 | findstr bash.exe)),bash.exe)
ifneq ($(findstring sh.exe,$(shell where sh.exe 2>&1 | findstr sh.exe)),sh.exe)
SHELL=cmd
CMDSHELL=cmd
endif
Expand Down
2 changes: 1 addition & 1 deletion examples/admb/prof_like/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
ifeq ($(SHELL),cmd)
CMDSHELL=cmd
else
ifeq ($(findstring bash.exe,$(shell where bash.exe 2>&1 | findstr bash.exe)),bash.exe)
ifeq ($(findstring sh.exe,$(shell where sh.exe 2>&1 | findstr sh.exe)),sh.exe)
EXT=.sh
else
SHELL=cmd
Expand Down
Loading

0 comments on commit 1db0005

Please sign in to comment.