File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dnl Copyright (c) 2004-2005 The Regents of the University of California.
12
12
dnl All rights reserved.
13
13
dnl Copyright (c) 2008-2020 Cisco Systems, Inc. All rights reserved.
14
14
dnl Copyright (c) 2014 Intel, Inc. All rights reserved.
15
- dnl Copyright (c) 2014 Research Organization for Information Science
16
- dnl and Technology (RIST). All rights reserved.
15
+ dnl Copyright (c) 2014-2020 Research Organization for Information Science
16
+ dnl and Technology (RIST). All rights reserved.
17
17
dnl $COPYRIGHT $
18
18
dnl
19
19
dnl Additional copyrights may follow
@@ -80,7 +80,7 @@ m4_define([OPAL_GET_VERSION],[
80
80
81
81
# If we're in a git repo and we found the git command, use
82
82
# git describe to get the repo rev
83
- if test -d " $srcdir /.git" && test $git_happy -eq 1; then
83
+ if test -r " $srcdir /.git" && test $git_happy -eq 1; then
84
84
if test " $srcdir " ! = " ` pwd` " ; then
85
85
git_save_dir=` pwd`
86
86
cd " $srcdir "
@@ -91,7 +91,7 @@ m4_define([OPAL_GET_VERSION],[
91
91
$2 _REPO_REV=` git describe --tags --always`
92
92
fi
93
93
else
94
- $2 _REPO_REV=date ` $srcdir /getdate.sh ' +%Y-%m-%d' `
94
+ $2 _REPO_REV=` $srcdir /config /getdate.sh ' +%Y-%m-%d' `
95
95
fi
96
96
fi
97
97
You can’t perform that action at this time.
0 commit comments