diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-09-23 18:21:41 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-02-11 13:18:07 +0100 |
commit | eebb489fb75b620469fecde8f233577bfbdbd9bb (patch) | |
tree | d668fcd46187e20e66ffecd4d8b4b5a1fc0a4e79 /utils/lib_redis.sh | |
parent | 2cf1425e8bc5d3143b6e001e82a034a794e8a206 (diff) | |
download | searxng-eebb489fb75b620469fecde8f233577bfbdbd9bb.tar.gz searxng-eebb489fb75b620469fecde8f233577bfbdbd9bb.zip |
[fix] make nvm.env exit with error when VERBOSE is unset
$ make nvm.install
INFO: install (update) NVM at /800GBPCIex4/share/SearXNG/.nvm
INFO: already cloned at: /800GBPCIex4/share/SearXNG/.nvm
|| Fetching origin
INFO: checkout v0.39.1
|| HEAD is now at 9600617 v0.39.1
make: *** [Makefile:96: nvm.install] Error 1
Without this fix we need to set VERBOSE environment to avoid the 'Error 1':
$ VERBOSE=0 make nvm.install
BTW: fix an issue if there are any leftovers in ${NVM_DIR} from previos
installations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib_redis.sh')
0 files changed, 0 insertions, 0 deletions