From 4e408708a1c0a3ab4a9a30f5e043e3d328bc8062 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 8 May 2019 23:13:59 -0700 Subject: Fix spacing --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3