summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0e231dd..559f49e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -900,7 +900,7 @@ if change:
cmd = "aegis -list -terse pf 2>/dev/null"
pf = map(lambda x: x[:-1], os.popen(cmd, "r").readlines())
- cmd = "aegis -list -terse cf 2>/dev/null"
+ cmd = "aegis -list -terse -c %s cf 2>/dev/null" % change
cf = map(lambda x: x[:-1], os.popen(cmd, "r").readlines())
u = {}
for f in pf + cf: