~ubuntu-branches/ubuntu/utopic/modules/utopic-proposed

« back to all changes in this revision

Viewing changes to cmdSetenv.c

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-01-26 15:04:02 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130126150402-cdm9yfareli3c3q2
Tags: 3.2.10-1
* New upstream release. Closes: #397906.
* Fix ksh completion patch. Thanks to Bastian Neuberger. Closes: #697685.
* Now at Standards-Version: 3.9.4
* Move to Debhelper dependency >=9.
* Add hardening, linking as-needed.
* Add watch file thanks to Bart Martens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 **                                                                          ** 
31
31
 ** ************************************************************************ **/
32
32
 
33
 
static char Id[] = "@(#)$Id: cmdSetenv.c,v 1.6.22.4 2011/11/28 21:13:15 rkowen Exp $";
 
33
static char Id[] = "@(#)$Id: c7add002bfd4245181fa551c05d0426cd79abc76 $";
34
34
static void *UseId[] = { &UseId, Id };
35
35
 
36
36
/** ************************************************************************ **/