mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
Redirected bzr output to /dev/null
This commit is contained in:
2
setup.py
2
setup.py
@@ -33,7 +33,7 @@ CURSES_REVNO = 'uimod'
|
||||
os.chdir(os.path.abspath(os.path.split(__file__)[0]))
|
||||
|
||||
try:
|
||||
if os.path.exists('.bzr') and os.system('bzr') == 0:
|
||||
if os.path.exists('.bzr') and os.system('bzr > /dev/null 2>&1') == 0:
|
||||
try:
|
||||
os.system('bzr version-info --python > vcsinfo.py')
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user