diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-08 23:13:59 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-08 23:14:38 -0700 |
commit | 4e408708a1c0a3ab4a9a30f5e043e3d328bc8062 (patch) | |
tree | aeeb50148d649489ecc1811b4813f8736033e34e | |
parent | de20a4f5c6638e00bf91d757e21ea0a20eac649a (diff) |
Fix spacing
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ printf 'checking host system type... ' test -n "$host" || host=$($CC -dumpmachine 2>/dev/null) || fail "could not determine host" printf '%s\n' "$host" -printf 'checking target system type...' +printf 'checking target system type... ' test -n "$target" || target=$host printf '%s\n' "$target" |