Remove unused variable from Gash config.

* gash/config.scm.in (%commands): Remove variable.
This commit is contained in:
Timothy Sample 2018-12-15 20:50:08 -05:00
parent 23e53f4e49
commit 35444457f8
1 changed files with 0 additions and 7 deletions

View File

@ -18,7 +18,6 @@
(define-module (gash config)
#:export (%bzip2
%commands
%xz
%compress
%gzip
@ -44,12 +43,6 @@
((file-exists? compress) compress)
((file-exists? reloc) reloc))))
(define %commands
(let* ((guile-site-ccache-dir "@guile_site_ccache_dir@")
(commands-dir (string-append guile-site-ccache-dir "/gash/commands")))
(cond ((getenv "COMMANDS"))
(else commands-dir))))
(define %gzip
"@GZIP@")