Skip to content

Commit 7798495

Browse files
committed
Do not try to use unset CBMC_PATCH variable
1 parent 1e17495 commit 7798495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-kani.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ build_kani() {
151151
source "kani-dependencies"
152152
# Check if installed versions are correct.
153153
if ./scripts/check-cbmc-version.py \
154-
--major ${CBMC_MAJOR} --minor ${CBMC_MINOR} --patch ${CBMC_PATCH} \
154+
--major ${CBMC_MAJOR} --minor ${CBMC_MINOR} \
155155
&& ./scripts/check_kissat_version.sh; then
156156
echo "Dependencies are up-to-date"
157157
else

0 commit comments

Comments
 (0)