mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-15 01:44:18 +00:00
Remove double square brackets
This commit is contained in:
2
nvm.sh
2
nvm.sh
@@ -2004,7 +2004,7 @@ nvm_nixos_postinstall() {
|
||||
|
||||
mv "${VERSION_PATH}/bin/node" "${VERSION_PATH}/bin/node.bin" || return 1
|
||||
|
||||
if [[ ! -f "${DE_GENERATE_TEMPLATE_PATH}" ]]; then
|
||||
if [ ! -f "${DE_GENERATE_TEMPLATE_PATH}" ]; then
|
||||
# Credits: https://github.com/lexleogryfon/de-generate
|
||||
echo '{ pkgs ? import <nixpkgs> {} }: #
|
||||
(pkgs.buildFHSUserEnv {
|
||||
|
||||
Reference in New Issue
Block a user