[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: at is broken



Karl M. Hegbloom wrote:
>
> at-3.1.4-2 is broken; it will not execute jobs.  I have bug reported
>it.

If bash aborts when trying to assign to the readonly variable SHELLOPTS,
then I'd consider this a bug in bash, not in at.  However, I'll add
SHELLOPTS to the list of excluded variables as a stopgap measure.

Could you try the following patch and see wether this works?

--- at.c        1997/03/13 00:15:09     1.26
+++ at.c        1997/05/06 08:31:09
@@ -108,10 +108,10 @@
 
 /* File scope variables */
 
-static char rcsid[] = "$Id: at.c,v 1.26 1997/03/13 00:15:09 ig25 Exp $";
+static char rcsid[] = "$Id: at.c,v 1.27 1997/05/06 08:31:06 ig25 Exp ig25 $";
 char *no_export[] =
 {
-    "TERM", "DISPLAY", "_"
+    "TERM", "DISPLAY", "_", "SHELLOPTS"
 };
 static send_mail = 0;
 
-- 
Thomas Koenig, Thomas.Koenig@ciw.uni-karlsruhe.de, ig25@dkauni2.bitnet.
The joy of engineering is to find a straight line on a double
logarithmic diagram.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: