From: Howard Chu Date: Mon, 31 Aug 2020 12:33:19 +0000 (+0100) Subject: ITS#9327 fix prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9535e757df81dbd237e90358ee25a9fff7d0f97a;p=thirdparty%2Fopenldap.git ITS#9327 fix prev commit --- diff --git a/build/shtool b/build/shtool index 539784c42a..b9406cf665 100755 --- a/build/shtool +++ b/build/shtool @@ -993,7 +993,7 @@ install ) if [ ".$opt_t" = .yes ]; then echo "strip $dsttmp" 1>&2 fi - $STRIP $dsttmp || shtool_exit $? + ${STRIP:-strip} $dsttmp || shtool_exit $? fi if [ ".$opt_o" != . ]; then if [ ".$opt_t" = .yes ]; then