aboutsummaryrefslogtreecommitdiff
path: root/crn
diff options
context:
space:
mode:
Diffstat (limited to 'crn')
-rw-r--r--crn/packages.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/crn/packages.scm b/crn/packages.scm
index 3fd61df..f64848f 100644
--- a/crn/packages.scm
+++ b/crn/packages.scm
@@ -27,7 +27,7 @@
(define (crn/search-patch file-name)
"Search the patch FILE-NAME. Raise an error if not found."
- (search-path (%patch-path) file-name)
+ (search-path (%patch-path) file-name))
;; (or (search-path (%patch-path) file-name)
;; (raise (formatted-message (G_ "~a: patch not found")
;; file-name))))