Skip to content

Commit

Permalink
Merge pull request #586 from pillar-markup/master
Browse files Browse the repository at this point in the history
passing on Pharo11
  • Loading branch information
Ducasse committed Feb 4, 2024
2 parents 3661fc6 + d365ecc commit 2ff11b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function get_platform_identifier() {
# Set magic variables for current file & dir
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
__builddir="$(pwd)/build"
PHARO_VERSION="${PHARO_VERSION:-100}"
PHARO_VERSION="${PHARO_VERSION:-110}"
PHARO="./pharo Pharo.image --no-default-preferences"

rm -rf "${__builddir}" && mkdir -p "${__builddir}" && cd "${__builddir}"
Expand Down

0 comments on commit 2ff11b5

Please sign in to comment.