From 97997550061799485f682d1a270ae9565f2bafdf Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 25 Feb 2010 13:40:53 +0100 Subject: [PATCH] Fixed typo --- src/bare.lsp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bare.lsp.in b/src/bare.lsp.in index dba486542..b511d7ef9 100644 --- a/src/bare.lsp.in +++ b/src/bare.lsp.in @@ -32,7 +32,7 @@ (setq si::+commit-id+ "UNKNOWN") (when (and (not (member :windows *features*)) - (probe-file "@top_srcdir@/../.git/") + (probe-file "@top_srcdir@/../.git/")) (when (probe-file "COMMIT-ID") (delete-file "COMMIT-ID")) (when (and (zerop (si::system "(cd \"@top_srcdir@\" && git log --format=oneline -1) > COMMIT-ID"))