From 38c3e5894565fe3f078b459387e56ee352c66665 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 5 Jan 2011 12:43:43 +0100 Subject: script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/ metze --- script/autobuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index c6959a2b93..d62eb0ef93 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -68,7 +68,7 @@ tasks = { ("make", "make -j", "text/plain"), ("install", "make install", "text/plain"), ("test", "make test", "text/plain"), - ("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"), + ("check-clean-tree", "../../script/clean-source-tree.sh", "text/plain"), ("clean", "make clean", "text/plain") ], } -- cgit