Check for .git directory when checking for developer build
This commit was SVN r28149.
Этот коммит содержится в:
родитель
5b09cccacc
Коммит
809db8f6a9
@ -33,7 +33,7 @@ ompi_show_subtitle "OPAL Configuration options"
|
|||||||
# Is this a developer copy?
|
# Is this a developer copy?
|
||||||
#
|
#
|
||||||
|
|
||||||
if test -d .svn -o -d .hg; then
|
if test -d .svn -o -d .hg -o -d .git; then
|
||||||
OMPI_DEVEL=1
|
OMPI_DEVEL=1
|
||||||
else
|
else
|
||||||
OMPI_DEVEL=0
|
OMPI_DEVEL=0
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user