aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-data-service-process-job.in
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-09-26 16:42:18 +0100
committerChristopher Baines <mail@cbaines.net>2020-09-26 16:42:18 +0100
commitfb180e1ebd3662ff712f7c888c5f0bb7973d0c43 (patch)
tree20d7a708e239edd67448bd271c9f3014459ffaba /scripts/guix-data-service-process-job.in
parent6bc1da014ff726be512c008f79ab11c4deb62038 (diff)
downloaddata-service-fb180e1ebd3662ff712f7c888c5f0bb7973d0c43.tar
data-service-fb180e1ebd3662ff712f7c888c5f0bb7973d0c43.tar.gz
Replace debug-set! with setenv COLUMNS
As that actually seems to work.
Diffstat (limited to 'scripts/guix-data-service-process-job.in')
-rw-r--r--scripts/guix-data-service-process-job.in3
1 files changed, 2 insertions, 1 deletions
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)