OLD | NEW |
1 #! /bin/sh | 1 #! /bin/sh |
2 # Attempt to guess a canonical system name. | 2 # Attempt to guess a canonical system name. |
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, | 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
5 # 2011, 2012 Free Software Foundation, Inc. | 5 # 2011, 2012 Free Software Foundation, Inc. |
6 | 6 |
7 timestamp='2012-02-10' | 7 timestamp='2012-02-10' |
8 | 8 |
9 # This file is free software; you can redistribute it and/or modify it | 9 # This file is free software; you can redistribute it and/or modify it |
10 # under the terms of the GNU General Public License as published by | 10 # under the terms of the GNU General Public License as published by |
(...skipping 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1521 EOF | 1521 EOF |
1522 | 1522 |
1523 exit 1 | 1523 exit 1 |
1524 | 1524 |
1525 # Local variables: | 1525 # Local variables: |
1526 # eval: (add-hook 'write-file-hooks 'time-stamp) | 1526 # eval: (add-hook 'write-file-hooks 'time-stamp) |
1527 # time-stamp-start: "timestamp='" | 1527 # time-stamp-start: "timestamp='" |
1528 # time-stamp-format: "%:y-%02m-%02d" | 1528 # time-stamp-format: "%:y-%02m-%02d" |
1529 # time-stamp-end: "'" | 1529 # time-stamp-end: "'" |
1530 # End: | 1530 # End: |
OLD | NEW |