diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") ], } |