Lines Matching refs:opt_m
217 opt_m="0755"
231 opt_m=""
264 opt_m=no
911 if [ ".$opt_m" != ".-" ]; then
913 echo "chmod $opt_m $dsttmp" 1>&2
915 chmod $opt_m $dsttmp || shtool_exit $?
982 if [ ".$opt_m" != . ]; then
984 echo "chmod $opt_m $p" 1>&2
986 chmod $opt_m $p || errstatus=$?
1019 if [ ".$opt_m" != . ]; then
1021 echo "chmod $opt_m $pathcomp" 1>&2
1023 chmod $opt_m $pathcomp || errstatus=$?
1715 if [ ".$opt_m" = .yes ] && [ ".$namelist" = .perl ]; then
1746 if [ ".$opt_m" = .yes ] && [ ".$namelist" = .cpp ]; then