We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 542efdb + 8e68d16 commit 897aadeCopy full SHA for 897aade
iptc/xtables.py
@@ -805,7 +805,7 @@ class xtables_target(ct.Union):
805
_xtables_libdir = os.getenv("XTABLES_LIBDIR")
806
if _xtables_libdir is None:
807
import re
808
- ldconfig_path_regex = re.compile('^(/.*):$')
+ ldconfig_path_regex = re.compile('^(/.*):($| \(.*\)$)')
809
import subprocess
810
ldconfig = subprocess.Popen(
811
('/sbin/ldconfig', '-N', '-v'),
0 commit comments