From 0b57747f8434f846427db2a8d8d8a33a04bcc153 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 14 Mar 2017 01:47:47 +0000 Subject: git-difme.scm: Update `difme-stage`. * git-difme.scm (difme-stage): Update function. --- git-difme.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-difme.scm b/git-difme.scm index 13fbe9c..8014e09 100644 --- a/git-difme.scm +++ b/git-difme.scm @@ -88,7 +88,7 @@ returned." (define (difme-stage repo file) "stage FILE in REPO." - (let ((cmd (string-append "git add " file))) +(let ((cmd (string-append "git add " (format #f "'~a'" file)))) (with-directory-excursion repo (difme-exec cmd)))) -- cgit v1.2.3