diff options
author | M. Yas. Davoodeh <30480116+MYDavoodeh@users.noreply.github.com> | 2020-07-13 14:22:28 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 11:52:28 +0200 |
commit | 5c1a5c6ce924755095020fd829b08f0ee205a723 (patch) | |
tree | 2cf01d0720d6529d08070dd623efd5ac2712a126 /plugins/sdk/README.md | |
parent | e3131d98aa056145ed34ef19dfe77efff87be21b (diff) | |
download | zsh-5c1a5c6ce924755095020fd829b08f0ee205a723.tar.gz zsh-5c1a5c6ce924755095020fd829b08f0ee205a723.tar.bz2 zsh-5c1a5c6ce924755095020fd829b08f0ee205a723.zip |
update: prefix rm call with command in trap (#9107)
* Suppress the problematic trap output in check_upg
The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`,
shows a message stating that "update.lock" has been removed each time `zsh` is called.
I simply suppressed it with directing the output to `/dev/null`.
* Use `command` instead of >/dev/null to suppress
Diffstat (limited to 'plugins/sdk/README.md')
0 files changed, 0 insertions, 0 deletions