From 978466c8012839614332c42390dca713f8fac608 Mon Sep 17 00:00:00 2001 From: thdox Date: Thu, 27 Oct 2016 21:04:03 +0200 Subject: Remove reference to lisp directory As ledger-mode has been moved to its own github repository. [ci skip] --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') diff --git a/acprep b/acprep index 2cf7649a..a7285bf4 100755 --- a/acprep +++ b/acprep @@ -484,7 +484,7 @@ class PrepareBuild(CommandLineApp): def phase_sloc(self, *args): self.log.info('Executing phase: sloc') - self.execute('sloccount', 'src', 'python', 'lisp', 'test') + self.execute('sloccount', 'src', 'python', 'test') ######################################################################### # Update local files with the latest information # -- cgit v1.2.3