From c18730a1829532e91726e2a88bad494962477622 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 20 Nov 2017 09:44:33 +0100 Subject: [PATCH] use `exit ${CODE}` --- scripts/check_glibcxx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_glibcxx.sh b/scripts/check_glibcxx.sh index 9e4cbc54f..ae298939e 100755 --- a/scripts/check_glibcxx.sh +++ b/scripts/check_glibcxx.sh @@ -33,4 +33,4 @@ for i in src/libmapnik*; do check $i done -return ${FINAL_RETURN_CODE} \ No newline at end of file +exit ${FINAL_RETURN_CODE}