Skip to content

Commit f26493b

Browse files
committed
Merge branch 'rs/bash-is-in-coreutils-on-nonstop'
* rs/bash-is-in-coreutils-on-nonstop: config.mak.uname: move location of bash on NonStop to CoreUtils
2 parents 8593e8a + f0ec22b commit f26493b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config.mak.uname

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
510510
# RFE 10-120912-4693 submitted to HP NonStop development.
511511
NO_SETITIMER = UnfortunatelyYes
512512
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
513+
SHELL_PATH = /usr/coreutils/bin/bash
516514
endif
517515
ifneq (,$(findstring MINGW,$(uname_S)))
518516
pathsep = ;

0 commit comments

Comments
 (0)