Commit 23da2f64 by Marco Ippolito Committed by Toshio Kuratomi

Redundant file descriptor specifier

parent 4cd5be39
...@@ -53,7 +53,7 @@ else ...@@ -53,7 +53,7 @@ else
fi fi
cd "$ANSIBLE_HOME" cd "$ANSIBLE_HOME"
if [ "$verbosity" = silent ] ; then if [ "$verbosity" = silent ] ; then
gen_egg_info 1> /dev/null 2>&1 gen_egg_info > /dev/null 2>&1
else else
gen_egg_info gen_egg_info
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment