From f2a1d5bf533a67839587d68afd81c9cb6939a8ba Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 28 Apr 2017 00:06:49 -0700 Subject: [PATCH] Revert change to host-adapter that breaks self-build. --- src/runtime/host-adapter.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/host-adapter.scm b/src/runtime/host-adapter.scm index 20667844b..0508fc671 100644 --- a/src/runtime/host-adapter.scm +++ b/src/runtime/host-adapter.scm @@ -36,7 +36,7 @@ USA. ;;; only until the new runtime is released. They assume the host is ;;; the current release (9.2 as of March 2017). -(if (string-prefix? "9.2" (get-subsystem-version-string "release")) +(if (string=? "9.2" (get-subsystem-version-string "release")) (begin (eval '(begin -- 2.25.1