We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2dda4 commit 28b65dfCopy full SHA for 28b65df
1 file changed
setup.py
@@ -49,7 +49,7 @@
49
pkgcfg.close()
50
51
else:
52
- if os.system('pkg-config --help 2> /dev/null') == 0:
+ if os.system('pkg-config --help 2>&1 >/dev/null') == 0:
53
print("""pkg-config could not find fuse:
54
you might need to adjust PKG_CONFIG_PATH or your
55
FUSE installation is very old (older than 2.1-pre1)""")
0 commit comments