summaryrefslogtreecommitdiffstats
path: root/hacking/env-setup
diff options
context:
space:
mode:
authorMarco Ippolito <maroloccio@gmail.com>2015-01-18 20:45:56 +0100
committerToshio Kuratomi <toshio@fedoraproject.org>2015-01-19 18:03:15 +0100
commit23da2f641587bcfd6c9c7d0885b568f92a373169 (patch)
tree09e4a019123b64d09d5a159f8bb4862fe50cf1bb /hacking/env-setup
parentBUG! Incorrect order of redirection AND incorrect redirection syntax (diff)
downloadansible-23da2f641587bcfd6c9c7d0885b568f92a373169.tar.xz
ansible-23da2f641587bcfd6c9c7d0885b568f92a373169.zip
Redundant file descriptor specifier
Diffstat (limited to 'hacking/env-setup')
-rw-r--r--hacking/env-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/env-setup b/hacking/env-setup
index a261783b4b..d81ed3b65d 100644
--- a/hacking/env-setup
+++ b/hacking/env-setup
@@ -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