From 925f362b0374d78c755185b2f4d3ecef87b5db7b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 28 Jan 2017 03:58:11 +0300 Subject: Ignore errors in function run_autoreconf. --- scripts/include/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/include/common.sh b/scripts/include/common.sh index b86849c..0df1bba 100644 --- a/scripts/include/common.sh +++ b/scripts/include/common.sh @@ -104,8 +104,8 @@ function run_autoreconf { make distclean echo "autoreconf ${flags}" autoreconf ${flags} - check_error $? unset flags + return 0 } function run_src_script { -- cgit v1.2.3-70-g09d2