1 --- a/shtool 2008-07-05 05:43:08.000000000 +0800
2 +++ b/shtool 2018-07-25 15:45:40.559587471 +0800
4 if [ ".$opt_t" = .yes ]; then
5 echo "strip $dsttmp" 1>&2
7 - strip $dsttmp || shtool_exit $?
8 + $STRIP $dsttmp || shtool_exit $?
10 if [ ".$opt_o" != . ]; then
11 if [ ".$opt_t" = .yes ]; then