Skip to content

Commit

Permalink
Merge 18d326d into 542efdb
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhudson committed May 21, 2021
2 parents 542efdb + 18d326d commit f33ebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iptc/xtables.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ class xtables_target(ct.Union):
_xtables_libdir = os.getenv("XTABLES_LIBDIR")
if _xtables_libdir is None:
import re
ldconfig_path_regex = re.compile('^(/.*):$')
ldconfig_path_regex = re.compile('^(/.*):($| \\(from)')
import subprocess
ldconfig = subprocess.Popen(
('/sbin/ldconfig', '-N', '-v'),
Expand Down

0 comments on commit f33ebbc

Please sign in to comment.