Skip to content

Instantly share code, notes, and snippets.

@thinca
Created October 15, 2015 13:46
Show Gist options
  • Save thinca/e85f7b9b0bc8b5f4c6e3 to your computer and use it in GitHub Desktop.
Save thinca/e85f7b9b0bc8b5f4c6e3 to your computer and use it in GitHub Desktop.
$ 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")'
@nosami
Copy link

nosami commented Oct 15, 2015

Not sure what is wrong here. I have it working on zsh.

Maybe try deleting the ~/.dnx folder and run ~/.build.sh again?

@thinca
Copy link
Author

thinca commented Oct 15, 2015

I delete ~/.dnx (rm -fr ~/.dnx) and retry ./build.sh, but the result was same.

@nosami
Copy link

nosami commented Oct 15, 2015

@thinca see here aspnet/dnvm#386 This looks like your issue.

@thinca
Copy link
Author

thinca commented Oct 15, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment