From 39c4563aeaa525e71328d1ec08ef568c8a124152 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 4 Sep 2014 21:35:57 +0200 Subject: profiles: Use a real arrow to denote upgrades in ASCII. Suggested by Alex Kost. * guix/profiles.scm (right-arrow): Fall back to "->". * tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly. --- guix/profiles.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/profiles.scm b/guix/profiles.scm index 919f27d250..9dc9ab43b9 100644 --- a/guix/profiles.scm +++ b/guix/profiles.scm @@ -326,7 +326,7 @@ replacement if PORT is not Unicode-capable." (lambda () (display arrow))))) (lambda (key . args) - ">"))))) + "->"))))) (define* (manifest-show-transaction store manifest transaction #:key dry-run?) -- cgit v1.2.3