diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-14 23:45:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 23:45:20 +0100 |
| commit | 17553e8613a83bbca51781e5c8d2308810e2aeeb (patch) | |
| tree | 368f5cd2c2a930580b88d597300e6434ea1a4375 /hacks | |
| parent | 1858190cff2f960f3d1f0a5cc02c69da86088f5b (diff) | |
More <iostream> includes for Arch.
Diffstat (limited to 'hacks')
| -rw-r--r-- | hacks/check_cout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/check_cout b/hacks/check_cout index 67053ca51..662bb638a 100644 --- a/hacks/check_cout +++ b/hacks/check_cout @@ -3,7 +3,7 @@ import os import shutil -for root, dirs, files in os.walk('src'): +for root, dirs, files in os.walk('.'): for name in files: if name.endswith('.cc'): include = False |
