aboutsummaryrefslogtreecommitdiff
path: root/scm/verbop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scm/verbop.scm')
-rw-r--r--scm/verbop.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/scm/verbop.scm b/scm/verbop.scm
index 0ad0f90..b500213 100644
--- a/scm/verbop.scm
+++ b/scm/verbop.scm
@@ -5,5 +5,5 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (command-line))" "$@"
5!# 5!#
6;;;; This file is part of Ellinika 6;;;; This file is part of Ellinika
7;;;; Copyright (C) 2011 Sergey Poznyakoff 7;;;; Copyright (C) 2011, 2015 Sergey Poznyakoff
8;;;; 8;;;;
9;;;; Ellinika is free software; you can redistribute it and/or modify 9;;;; Ellinika is free software; you can redistribute it and/or modify
@@ -32,4 +32,6 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (command-line))" "$@"
32 (ice-9 getopt-long)) 32 (ice-9 getopt-long))
33 33
34(setlocale LC_ALL "")
35
34(define cleanup-option #f) 36(define cleanup-option #f)
35(define force-option #f) 37(define force-option #f)

Return to:

Send suggestions and report system problems to the System administrator.