diff options
author | Brent Cook <bcook@openbsd.org> | 2017-08-13 08:54:03 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-08-13 08:54:03 -0500 |
commit | 4c6097c220f15ea1efda22332dad66187e02a219 (patch) | |
tree | cf9386f2afd079c6ae6f98a31d9496eb6a84f8b3 | |
parent | 94e4224f5fd17745054ee4a7e5e5b3563e144fc2 (diff) | |
download | portable-4c6097c220f15ea1efda22332dad66187e02a219.tar.gz portable-4c6097c220f15ea1efda22332dad66187e02a219.tar.bz2 portable-4c6097c220f15ea1efda22332dad66187e02a219.zip |
bump to latest version of tap driver
-rwxr-xr-x | tap-driver.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-driver.sh b/tap-driver.sh index 4254e2b..82efa96 100755 --- a/tap-driver.sh +++ b/tap-driver.sh | |||
@@ -1,5 +1,5 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # Copyright (C) 2011-2014 Free Software Foundation, Inc. | 2 | # Copyright (C) 2011-2017 Free Software Foundation, Inc. |
3 | # | 3 | # |
4 | # This program is free software; you can redistribute it and/or modify | 4 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
@@ -646,6 +646,6 @@ test $? -eq 0 || fatal "I/O or internal error" | |||
646 | # eval: (add-hook 'write-file-hooks 'time-stamp) | 646 | # eval: (add-hook 'write-file-hooks 'time-stamp) |
647 | # time-stamp-start: "scriptversion=" | 647 | # time-stamp-start: "scriptversion=" |
648 | # time-stamp-format: "%:y-%02m-%02d.%02H" | 648 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
649 | # time-stamp-time-zone: "UTC" | 649 | # time-stamp-time-zone: "UTC0" |
650 | # time-stamp-end: "; # UTC" | 650 | # time-stamp-end: "; # UTC" |
651 | # End: | 651 | # End: |