Lines Matching refs:run
32 run=:
36 # In the cases where this matters, 'missing' is being run in the
47 --run)
48 # Try to run requested program, and just exit if it succeeds.
49 run=
56 # if --run hadn't been passed.
58 run=:
73 --run try to run the given command, and emulate it if it fails
124 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
128 # Could not run --version or --help. This is probably someone
136 # If it does not exist, or fails to run (possibly an outdated version),