Closed thedanbob closed 10 years ago
This commit 883d0d7f8dd9016bf7cfd13e00ae5b0d3efd71cb breaks the gem on OS X. The env tool that comes with OS X 10.9.3 doesn't accept -u as an option. As a workaround, I symlinked genv from the coreutils package in Homebrew as env.
env
genv
This commit 883d0d7f8dd9016bf7cfd13e00ae5b0d3efd71cb breaks the gem on OS X. The
env
tool that comes with OS X 10.9.3 doesn't accept -u as an option. As a workaround, I symlinkedgenv
from the coreutils package in Homebrew asenv
.