We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8593e8a + f0ec22b commit f26493bCopy full SHA for f26493b
config.mak.uname
@@ -510,9 +510,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
510
# RFE 10-120912-4693 submitted to HP NonStop development.
511
NO_SETITIMER = UnfortunatelyYes
512
SANE_TOOL_PATH = /usr/coreutils/bin:/usr/local/bin
513
- SHELL_PATH = /usr/local/bin/bash
514
- # as of H06.25/J06.14, we might better use this
515
- #SHELL_PATH = /usr/coreutils/bin/bash
+ SHELL_PATH = /usr/coreutils/bin/bash
516
endif
517
ifneq (,$(findstring MINGW,$(uname_S)))
518
pathsep = ;
0 commit comments