mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
fix executable script
This commit is contained in:
parent
c10adcea1a
commit
67ff59ed5e
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
import glob
|
||||
@ -8,7 +9,7 @@ exit_code = 0
|
||||
|
||||
for dir in ("test", "examples"):
|
||||
cpp = set([os.path.basename(x) for x in glob.glob(dir + "/*.cpp")])
|
||||
|
||||
|
||||
for build_file in ("Jamfile", "CMakeLists.txt"):
|
||||
filename = os.path.join(dir, build_file)
|
||||
if not os.path.exists(filename): continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user