From fb180e1ebd3662ff712f7c888c5f0bb7973d0c43 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 26 Sep 2020 16:42:18 +0100 Subject: Replace debug-set! with setenv COLUMNS As that actually seems to work. --- scripts/guix-data-service-process-job.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/guix-data-service-process-job.in b/scripts/guix-data-service-process-job.in index 0aec7be..3572cdb 100644 --- a/scripts/guix-data-service-process-job.in +++ b/scripts/guix-data-service-process-job.in @@ -33,7 +33,8 @@ (setlocale LC_ALL "en_US.UTF-8") -(debug-set! width 256) +;; Make stack traces more useful +(setenv "COLUMNS" "256") (match (command-line) ((name job) -- cgit v1.2.3