| 1 |
|
#! /bin/sh |
| 2 |
|
# Common wrapper for a few potentially missing GNU programs. |
| 3 |
|
|
| 4 |
< |
scriptversion=2013-10-28.13; # UTC |
| 4 |
> |
scriptversion=2016-01-11.22; # UTC |
| 5 |
|
|
| 6 |
< |
# Copyright (C) 1996-2014 Free Software Foundation, Inc. |
| 6 |
> |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 7 |
|
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. |
| 8 |
|
|
| 9 |
|
# This program is free software; you can redistribute it and/or modify |
| 210 |
|
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 211 |
|
# time-stamp-start: "scriptversion=" |
| 212 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 213 |
< |
# time-stamp-time-zone: "UTC" |
| 213 |
> |
# time-stamp-time-zone: "UTC0" |
| 214 |
|
# time-stamp-end: "; # UTC" |
| 215 |
|
# End: |