I seem to get a problem with the latest zero conf scripts when downloading only the latest VM. I can reproduce the problem on a Mac like this: If I do: curl -L get.pharo.org/30+vmLatest | sh ./pharo-ui ==> the dialog opens fine But, if I do: curl -L get.pharo.org/vmLatest | sh ./pharo-ui ==> ERROR: ./pharo-ui: line 11: -n: command not found Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow"
On 11 Nov 2013, at 09:07, phil@highoctane.be wrote:
Now get.pharo.org looks like dead.
There is scheduled maintenance going on (itâs a holiday, http://en.wikipedia.org/wiki/Armistice_Day).
Does the same happen with bash? The scripts were written for bash, not sh, so there might be slight differences in execution⦠On 10.11.2013, at 22:06, Tudor Girba <tudor@tudorgirba.com> wrote:
I seem to get a problem with the latest zero conf scripts when downloading only the latest VM.
I can reproduce the problem on a Mac like this:
If I do: curl -L get.pharo.org/30+vmLatest | sh ./pharo-ui ==> the dialog opens fine
But, if I do: curl -L get.pharo.org/vmLatest | sh ./pharo-ui ==> ERROR: ./pharo-ui: line 11: -n: command not found
Cheers, Doru
-- www.tudorgirba.com
"Every thing has its own flow"
participants (4)
-
Max Leske -
phil@highoctane.be -
Sven Van Caekenberghe -
Tudor Girba