Skip to content

Commit

Permalink
Pick 8.20~2025.01: fix typo in script introduced by version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Jan 27, 2025
1 parent 6e2b775 commit ff3d140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_picks/package-pick-8.20~2025.01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ then
PACKAGES="${PACKAGES} coq-mathcomp-word.3.2" # Works with version relaxation

case "$COQ_PLATFORM_COMPCERT" in
[yY]) PACKAGES="${PACKAGES} coq-compcert.3.15"
[yY]) PACKAGES="${PACKAGES} coq-compcert.3.15" ;;
[nN]) true ;;
*) echo "Illegal value for COQ_PLATFORM_COMPCERT - aborting"; false ;;
esac
Expand Down

0 comments on commit ff3d140

Please sign in to comment.