aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-05-08 23:13:59 -0700
committerMichael Forney <mforney@mforney.org>2019-05-08 23:14:38 -0700
commit4e408708a1c0a3ab4a9a30f5e043e3d328bc8062 (patch)
treeaeeb50148d649489ecc1811b4813f8736033e34e
parentde20a4f5c6638e00bf91d757e21ea0a20eac649a (diff)
Fix spacing
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a270b41..ca65faf 100755
--- a/configure
+++ b/configure
@@ -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"