diff options
| author | Graydon Hoare <[email protected]> | 2011-03-19 18:32:34 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-19 18:34:44 -0700 |
| commit | 65f6fcb23a64044a2fb26c7e24a0ac358f27a1e8 (patch) | |
| tree | 056affea3ade40a7915fae6ef6a849650f68d231 | |
| parent | Truncate long lines in configure output. (diff) | |
| download | rust-65f6fcb23a64044a2fb26c7e24a0ac358f27a1e8.tar.xz rust-65f6fcb23a64044a2fb26c7e24a0ac358f27a1e8.zip | |
Minor clarification.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ probe() { probe_need() { local V=$1 local P=$2 - probe $1 $2 + probe $V $P eval VV=\$$V if [ -z "$VV" ] then |