Redundant file descriptor specifier

This commit is contained in:
Marco Ippolito 2015-01-18 20:45:56 +01:00 committed by Toshio Kuratomi
parent 4cd5be396d
commit 23da2f6415

View file

@ -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