diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-12 12:13:35 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-12 12:13:35 +0200 |
| commit | b0f827ec7c62cc264895ae5f73d71b307c867b39 (patch) | |
| tree | f34c72b0d9f95f0e9afd2ae9ae4a425785715b52 /pie-bash-completion | |
| parent | 810cded09f514f012056fe6569a696715db042e7 (diff) | |
update to 1.4.3
Diffstat (limited to 'pie-bash-completion')
| -rw-r--r-- | pie-bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pie-bash-completion b/pie-bash-completion index 837f518..8847c8d 100644 --- a/pie-bash-completion +++ b/pie-bash-completion @@ -54,7 +54,7 @@ _sf_pie() { done local sfcomplete - if sfcomplete=$(${completecmd[@]} 2>&1); then + if sfcomplete=$(SHELL_VERBOSITY=0 ${completecmd[@]} 2>&1); then local quote suggestions quote=${cur:0:1} |
