| 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 Free Software Foundation, Inc. | 4 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 5 | 5 |
| 6 timestamp='2005-08-03' | 6 timestamp='2005-08-03' |
| 7 | 7 |
| 8 # This file is free software; you can redistribute it and/or modify it | 8 # This file is free software; you can redistribute it and/or modify it |
| 9 # under the terms of the GNU General Public License as published by | 9 # under the terms of the GNU General Public License as published by |
| 10 # the Free Software Foundation; either version 2 of the License, or | 10 # the Free Software Foundation; either version 2 of the License, or |
| (...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1457 EOF | 1457 EOF |
| 1458 | 1458 |
| 1459 exit 1 | 1459 exit 1 |
| 1460 | 1460 |
| 1461 # Local variables: | 1461 # Local variables: |
| 1462 # eval: (add-hook 'write-file-hooks 'time-stamp) | 1462 # eval: (add-hook 'write-file-hooks 'time-stamp) |
| 1463 # time-stamp-start: "timestamp='" | 1463 # time-stamp-start: "timestamp='" |
| 1464 # time-stamp-format: "%:y-%02m-%02d" | 1464 # time-stamp-format: "%:y-%02m-%02d" |
| 1465 # time-stamp-end: "'" | 1465 # time-stamp-end: "'" |
| 1466 # End: | 1466 # End: |
| OLD | NEW |