diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-11-12 15:20:00 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-11-12 15:20:00 +0900 |
commit | 5d63feac1d0058fc1ad291efc1003437becbd9fa (patch) | |
tree | c54ae9c0a5e1da4238d37ec6cbdf4407510ddf32 /missing | |
parent | f5c4d891252bd3c913f20c3c604982573692fa86 (diff) | |
download | libxslt-5d63feac1d0058fc1ad291efc1003437becbd9fa.tar.gz libxslt-5d63feac1d0058fc1ad291efc1003437becbd9fa.tar.bz2 libxslt-5d63feac1d0058fc1ad291efc1003437becbd9fa.zip |
Imported Upstream version 1.1.33upstream/1.1.33
Diffstat (limited to 'missing')
-rwxr-xr-x | missing | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ -#! /bin/sh +#!/bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -210,6 +210,6 @@ exit $st # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: |