mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
change /bin/bash to /usr/bin/env bash
This commit is contained in:
parent
fba5333e19
commit
25082d4df8
1 changed files with 2 additions and 2 deletions
|
|
@ -419,7 +419,7 @@ BUILDING_PYTHON = $(filter $(NWSUBDIRS),python)
|
|||
# Establish some required defaults which may need overriding
|
||||
# for some machines
|
||||
|
||||
SHELL = /bin/bash
|
||||
SHELL = /usr/bin/env bash
|
||||
ARFLAGS = r
|
||||
FDEBUG = -g
|
||||
CDEBUG = -g
|
||||
|
|
@ -1502,7 +1502,7 @@ ifeq ($(TARGET),$(findstring $(TARGET),LINUX CYGNUS CYGWIN))
|
|||
# Linux or Cygwin under Windows running on an x86 using g77
|
||||
#
|
||||
NICE = nice -n 2
|
||||
SHELL := $(NICE) /bin/bash
|
||||
SHELL := $(NICE) /usr/bin/env bash
|
||||
|
||||
ifeq ($(BLASOPT),)
|
||||
CORE_SUBDIRS_EXTRA += blas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue