remove mixed array and string
This commit is contained in:
parent
4f1e35ebad
commit
aeb8f16a94
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ set -E -o pipefail
|
|||
shopt -s failglob
|
||||
export LC_ALL=C.UTF8
|
||||
|
||||
find /nix/store/ -maxdepth 1 -iname '*'"$@"'*'
|
||||
find /nix/store/ -maxdepth 1 -iname '*'"$*"'*'
|
||||
|
|
Loading…
Reference in a new issue