]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9327 fix prev commit
authorHoward Chu <hyc@openldap.org>
Mon, 31 Aug 2020 12:33:19 +0000 (13:33 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 31 Aug 2020 12:33:58 +0000 (13:33 +0100)
build/shtool

index 539784c42afdd063f22b2ede4244821475357f5b..b9406cf665e5d5315b0e998db7da32867ca2d4fe 100755 (executable)
@@ -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