Skip to content

Commit

Permalink
Assume pharo is available in the PATH
Browse files Browse the repository at this point in the history
Not a really realistic assumption, but I'm not keen on downloading VMs all over
the place. We'll see.

See #2
  • Loading branch information
cdlm committed Jan 20, 2018
1 parent 997c222 commit be2e8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fari.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ IFS=$'\n\t'
function pharo_build_image {
# Ensure environment variables have sensible values.
: "${PHARO_PROJECT:=pharo}"
: "${PHARO:=./pharo-ui}"
: "${PHARO:=pharo-ui}"
: "${PHARO_VERSION:=70}"
: "${PHARO_FILES:="http://files.pharo.org/get-files/${PHARO_VERSION}"}"

Expand Down

0 comments on commit be2e8df

Please sign in to comment.