From 9535e757df81dbd237e90358ee25a9fff7d0f97a Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 31 Aug 2020 13:33:19 +0100 Subject: [PATCH] ITS#9327 fix prev commit --- build/shtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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