From 17553e8613a83bbca51781e5c8d2308810e2aeeb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Sep 2015 23:45:20 +0100 Subject: More includes for Arch. --- hacks/check_cout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hacks') 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 -- cgit v1.2.3