Created
October 15, 2015 13:46
-
-
Save thinca/e85f7b9b0bc8b5f4c6e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mono --version | |
Mono JIT compiler version 4.0.3 (Stable 4.0.3.20/d6946b4 Tue Sep 15 11:22:07 JST 2015) | |
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com | |
TLS: __thread | |
SIGSEGV: altstack | |
Notifications: epoll | |
Architecture: amd64 | |
Disabled: none | |
Misc: softdebug | |
LLVM: supported, not enabled. | |
GC: sgen | |
$ ./build.sh | |
dnvm is already installed in /home/thinca/.dnx/dnvm, trying to update | |
=> Source string already in /home/thinca/.bash_profile | |
=> Source string already in /home/thinca/.zshrc | |
Type 'source /home/thinca/.dnx/dnvm/dnvm.sh' to start using dnvm | |
/home/thinca/.dnx/dnvm/dnvm.sh: line 625: syntax error near unexpected token `<' | |
/home/thinca/.dnx/dnvm/dnvm.sh: line 625: ` read versionOrAlias downloadUrl < <(__dnvm_find_latest "$runtime" "$arch" "$os")' | |
I delete ~/.dnx
(rm -fr ~/.dnx
) and retry ./build.sh
, but the result was same.
@thinca see here aspnet/dnvm#386 This looks like your issue.
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure what is wrong here. I have it working on zsh.
Maybe try deleting the ~/.dnx folder and run
~/.build.sh
again?