Searched refs:doit (Results 1 – 25 of 202) sorted by relevance
123456789
48 doit="${DOITPROG-}"250 $doit $mkdircmd "$dst" \251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }268 $doit $cpprog "$src" "$dsttmp" &&276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \[all …]
48 doit="${DOITPROG-}"213 $doit $instcmd "$dst" &&215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi252 $doit $instcmd "$src" "$dsttmp" &&260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&[all …]
30 doit="${DOITPROG-}"194 $doit $instcmd $dst &&196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi227 $doit $instcmd $src $dsttmp &&237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&[all …]
18 doit="${DOITPROG-}"182 $doit $instcmd $dst &&184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi215 $doit $instcmd $src $dsttmp &&225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&227 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&[all …]
33 doit="${DOITPROG-}"184 if [ ! -d "${pathcomp}" ]; then $doit $mkdirprog "${pathcomp}"; fi192 $doit $instcmd $dst || exit 1195 …if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst || echo "warning: Unable to change owner of $d…196 …if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst || echo "warning: Unable to change group of $d…197 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst || exit 1; fi217 $doit $instcmd $src $dsttmp || exit 1222 …if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripopt "$dsttmp" || echo "warning: Unable to str…223 …if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp" || echo "warning: Unable to change owner …224 …if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp" || echo "warning: Unable to change group …[all …]
30 doit="${DOITPROG-}"195 $doit $instcmd $dst &&197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi228 $doit $instcmd $src $dsttmp &&238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&[all …]
51 doit=${DOITPROG-}52 doit_exec=${doit:-exec}445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1463 if test -z "$doit"; then466 $doit touch "$dsttmp"476 # errors from the above "$doit $cpprog $src $dsttmp" command.478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&[all …]
51 doit=${DOITPROG-}52 doit_exec=${doit:-exec}440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1458 if test -z "$doit"; then461 $doit touch "$dsttmp"471 # errors from the above "$doit $cpprog $src $dsttmp" command.473 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&474 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&[all …]
51 doit=${DOITPROG-}52 if test -z "$doit"; then55 doit_exec=$doit446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1466 # errors from the above "$doit $cpprog $src $dsttmp" command.468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&470 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&[all …]
51 doit=${DOITPROG-}52 if test -z "$doit"; then55 doit_exec=$doit439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1459 # errors from the above "$doit $cpprog $src $dsttmp" command.461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&[all …]
35 doit=${DOITPROG-}36 if test -z "$doit"; then39 doit_exec=$doit430 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&431 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&433 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1450 # errors from the above "$doit $cpprog $src $dsttmp" command.452 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&453 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&454 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&[all …]