mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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