mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
set CC=cc when unset
This commit is contained in:
parent
5ffbab276d
commit
ec6d083c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ if test -f "/usr/lib/os-release"; then
|
|||
dist=$(grep ID= /etc/os-release |head -1 |cut -c4-| sed 's/\"//g')
|
||||
fi
|
||||
if [ -z "$CC" ] ; then
|
||||
CC=$cc
|
||||
CC=cc
|
||||
fi
|
||||
if [ -z "$DISTR" ] ; then
|
||||
DISTR=$dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue