From d88166ea96a5df05896f7752519a7b159019efe6 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Mon, 11 Sep 2006 22:48:39 -0700 Subject: Import Debian changes 3a3-3 slib (3a3-3) unstable; urgency=low * slib.texi (Library Catalogs): Mention that a suffix (such as ".scm") may be appended to the filename on some systems. (Closes: #147477) * postinst, prerm: Just know that install-docs is in /usr/sbin. (Closes: #293047) * debian/rules (binary-indep): Install slib.sh as /usr/bin/slib program. (Closes: #301437) * getopt.scm (*argv*): Comment out declaration. (Closes: #248781) --- getopt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getopt.scm') diff --git a/getopt.scm b/getopt.scm index 7b73b58..91a2805 100644 --- a/getopt.scm +++ b/getopt.scm @@ -21,7 +21,7 @@ (define getopt:char #\-) ;@ (define getopt:opt #f) -(define *argv* *argv*) +;(define *argv* *argv*) (define *optind* 1) (define *optarg* 0) ;@ -- cgit v1.2.3