mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
Redundant file descriptor specifier
This commit is contained in:
committed by
Toshio Kuratomi
parent
4cd5be396d
commit
23da2f6415
@@ -53,7 +53,7 @@ else
|
||||
fi
|
||||
cd "$ANSIBLE_HOME"
|
||||
if [ "$verbosity" = silent ] ; then
|
||||
gen_egg_info 1> /dev/null 2>&1
|
||||
gen_egg_info > /dev/null 2>&1
|
||||
else
|
||||
gen_egg_info
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user