Lines Matching refs:run
35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; then
119 echo 1>&2 "ERROR: \`tar' requires --run"
127 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
131 # Could not run --version or --help. This is probably someone
139 # If it does not exist, or fails to run (possibly an outdated version),
342 WARNING: I can't seem to be able to run \`tar' with the given arguments.