Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-11build: use /usr/bin/env to load bashRoy Marples
On BSD platforms, there is a clear seperation between the OS and third party packages. Here, bash is a third party package so it won't be installed to /bin. FreeBSD: /usr/local/bin/bash NetBSD: /usr/pkg/bin/bash OpenBSD: /usr/ports/bin/bash As such, we need to use /usr/bin/env to launch these scripts. Credit: @rsmarples PR-URL: https://github.com/npm/cli/pull/212 Close: #212 Reviewed-by: @isaacs
2011-10-08Write builtin config with ./configure scriptisaacs
2011-07-18./configure needs submodulesisaacs
2011-06-28Close #1088 Configure needs submodulesisaacs
2011-05-13misspelled configureisaacs