Skip to content

Commit 0c8969f

Browse files
jbglawJan-Benedict Glaw
authored and
Jan-Benedict Glaw
committed
Update move-if-change from gnulib
2014-11-16 Jan-Benedict Glaw <[email protected]> * move-if-change: Sync from upstream gnulib. From-SVN: r217631
1 parent 8f04811 commit 0c8969f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-11-16 Jan-Benedict Glaw <[email protected]>
2+
3+
* move-if-change: Sync from upstream gnulib.
4+
15
2014-11-16 Jan-Benedict Glaw <[email protected]>
26

37
* compile: Sync with upstream Automake.

move-if-change

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Like mv $1 $2, but if the files are the same, just delete $1.
33
# Status is zero if successful, nonzero otherwise.
44

5-
VERSION='2011-01-28 20:09'; # UTC
5+
VERSION='2012-01-06 07:23'; # UTC
66
# The definition above must lie within the first 8 lines in order
77
# for the Emacs time-stamp write hook (at end) to update it.
88
# If you change this file with Emacs, please let the write hook
99
# do its job. Otherwise, update this string manually.
1010

11-
# Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc.
11+
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
1212

1313
# This program is free software: you can redistribute it and/or modify
1414
# it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ If SOURCE is different than DEST, then move it to DEST; else remove SOURCE.
3232
--help display this help and exit
3333
--version output version information and exit
3434
35-
The variable CMPPROG can be used to specify an alternative to \`cmp'.
35+
The variable CMPPROG can be used to specify an alternative to 'cmp'.
3636
3737
Report bugs to <[email protected]>."
3838

0 commit comments

Comments
 (0)