mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
ITS#9327 fix prev commit
This commit is contained in:
parent
0ce83b26af
commit
9535e757df
1 changed files with 1 additions and 1 deletions
|
|
@ -993,7 +993,7 @@ install )
|
||||||
if [ ".$opt_t" = .yes ]; then
|
if [ ".$opt_t" = .yes ]; then
|
||||||
echo "strip $dsttmp" 1>&2
|
echo "strip $dsttmp" 1>&2
|
||||||
fi
|
fi
|
||||||
$STRIP $dsttmp || shtool_exit $?
|
${STRIP:-strip} $dsttmp || shtool_exit $?
|
||||||
fi
|
fi
|
||||||
if [ ".$opt_o" != . ]; then
|
if [ ".$opt_o" != . ]; then
|
||||||
if [ ".$opt_t" = .yes ]; then
|
if [ ".$opt_t" = .yes ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue