projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84c92f
)
contrib: Fix check for get-script-header.sh. (#7259)
author
Mathias Preiner
<mathias.preiner@gmail.com>
Wed, 29 Sep 2021 02:59:47 +0000
(19:59 -0700)
committer
GitHub
<noreply@github.com>
Wed, 29 Sep 2021 02:59:47 +0000
(19:59 -0700)
PR #7219 removed CVC language support and therefore also the file src/parser/cvc/Cvc.g. This commit fixes the check (and the nightlies).
contrib/get-script-header.sh
patch
|
blob
|
history
diff --git
a/contrib/get-script-header.sh
b/contrib/get-script-header.sh
index 5deaa00da8ba574dcd89dac9b7eacb4f8c0dd3c7..49af8d887d97a1b94218dc396deb4449b0df9d44 100644
(file)
--- a/
contrib/get-script-header.sh
+++ b/
contrib/get-script-header.sh
@@
-12,7
+12,7
@@
INSTALL_BIN_DIR="$INSTALL_DIR/bin"
mkdir -p "$DEPS_DIR"
-if ! [ -e src/parser/
cvc/Cvc
.g ]; then
+if ! [ -e src/parser/
smt2/Smt2
.g ]; then
echo "$(basename $0): I expect to be in the contrib/ of a cvc5 source tree," >&2
echo "but apparently:" >&2
echo >&2