From be2e8df95ca96f027caac682046b01bd99ddeec5 Mon Sep 17 00:00:00 2001 From: Damien Pollet Date: Sat, 20 Jan 2018 21:47:46 +0100 Subject: [PATCH] Assume pharo is available in the PATH Not a really realistic assumption, but I'm not keen on downloading VMs all over the place. We'll see. See #2 --- fari.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fari.sh b/fari.sh index 7a657bc..e83bd2e 100755 --- a/fari.sh +++ b/fari.sh @@ -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}"}"