summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix.in b/scripts/guix.in
index 1315789a9c9..4015560cd58 100644
--- a/scripts/guix.in
+++ b/scripts/guix.in
@@ -51,7 +51,7 @@
51 (and=> (getenv "HOME") 51 (and=> (getenv "HOME")
52 (cut string-append <> "/.config"))) 52 (cut string-append <> "/.config")))
53 (cut string-append <> "/guix/latest")))) 53 (cut string-append <> "/guix/latest"))))
54 (when (file-exists? updates-dir) 54 (when (and updates-dir (file-exists? updates-dir))
55 (push! updates-dir %load-path) 55 (push! updates-dir %load-path)
56 (push! updates-dir %load-compiled-path))))) 56 (push! updates-dir %load-compiled-path)))))
57 57