ITS#9327 fix prev commit

This commit is contained in:
Howard Chu 2020-08-31 13:33:19 +01:00
parent 0ce83b26af
commit 9535e757df

View file

@ -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