commit | 9cf55765b942c580d9db9dc3dc0b156d466e7ca8 | [log] [tgz] |
---|---|---|
author | Blue Swirl <[email protected]> | Tue Nov 17 21:27:18 2009 +0000 |
committer | Blue Swirl <[email protected]> | Tue Nov 17 21:27:18 2009 +0000 |
tree | 657db8a0a1724b5524aafef40c774bbdc76a967e | |
parent | 50035d3db1139f608005840bfa44cc14f1611968 [diff] [blame] |
Fix typo Signed-off-by: Blue Swirl <[email protected]>
diff --git a/configure b/configure index a49aaef..278966d 100755 --- a/configure +++ b/configure
@@ -2188,7 +2188,7 @@ target_darwin_user="yes" ;; ${target_arch2}-bsd-user) - if test "bsd" != "yes" ; then + if test "$bsd" != "yes" ; then echo "ERROR: Target '$target' is only available on a BSD host" exit 1 fi