summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2016-10-27 21:04:03 +0200
committerthdox <thdox@free.fr>2016-10-27 21:32:00 +0200
commit978466c8012839614332c42390dca713f8fac608 (patch)
tree6fded764d20a422e3fe8871101756caa6755b6c8
parent6d143a333bb58d64b16de475e4998b1e76cb1a5d (diff)
downloadfork-ledger-978466c8012839614332c42390dca713f8fac608.tar.gz
fork-ledger-978466c8012839614332c42390dca713f8fac608.tar.bz2
fork-ledger-978466c8012839614332c42390dca713f8fac608.zip
Remove reference to lisp directory
As ledger-mode has been moved to its own github repository. [ci skip]
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
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 #