在Linux Ubuntu上编译DNX(.NET Execution Environment),出现下面的错误:
./build.sh: 31: ./build.sh: source: not found ./build.sh: 35: ./build.sh: dnvm: not found
将build.sh开头的 #!/bin/sh 改为 #!/usr/bin/env bash ,问题解决。