mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-30 00:45:49 +08:00
Fix the setup/teardown urchin test scripts under zsh
The v* glob expansions were failing with an error under zsh, just set nullglob/NULL_GLOB and make both bash and zsh happier.
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
# Remove temporary files
|
||||
(
|
||||
cd ../..
|
||||
|
||||
type setopt >/dev/null 2>&1 && setopt NULL_GLOB
|
||||
type shopt >/dev/null 2>&1 && shopt -s nullglob
|
||||
rm -fR v* src alias
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user