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=$?
1026 if [ ".$opt_m" != . ]; then
1028 echo "chmod $opt_m $pathcomp" 1>&2
1030 chmod $opt_m $pathcomp || errstatus=$?
1722 if [ ".$opt_m" = .yes ] && [ ".$namelist" = .perl ]; then
1753 if [ ".$opt_m" = .yes ] && [ ".$namelist" = .cpp ]; then