]> gitweb.fluxo.info Git - qutebrowser.git/commitdiff
Redirect cd output
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 20 Dec 2017 20:26:35 +0000 (18:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 20 Dec 2017 20:26:35 +0000 (18:26 -0200)
qutebrowser

index e3410d0c82bcc2ec0935091bb29bf548c7c9108b..c97f340731c4f5923f62cd0ff8aaeb64f8ac77e8 100755 (executable)
@@ -20,7 +20,7 @@ else
   fi
 
   # Build qutebrowser
-  cd dist && tox -e mkvenv-pypi
+  cd dist &> /dev/null && tox -e mkvenv-pypi
 
   # Run this script again
   $0