diff options
| author | Joakim Verona | 2011-02-05 11:23:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-02-05 11:23:09 +0100 |
| commit | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch) | |
| tree | 894801e7308ce4ecc34933f959e28f4b9cff9533 /admin/diff-tar-files | |
| parent | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff) | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip | |
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'admin/diff-tar-files')
| -rwxr-xr-x | admin/diff-tar-files | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index 9858fc00363..59ae1a6f26c 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 3 | # Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | # Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -40,6 +39,3 @@ tar tzf $old_tar | sed -e 's,^[^/]*,,' | sort > $old_tmp | |||
| 40 | tar tzf $new_tar | sed -e 's,^[^/]*,,' | sort > $new_tmp | 39 | tar tzf $new_tar | sed -e 's,^[^/]*,,' | sort > $new_tmp |
| 41 | diff -u $old_tmp $new_tmp | 40 | diff -u $old_tmp $new_tmp |
| 42 | rm -f $new_tmp $old_tmp | 41 | rm -f $new_tmp $old_tmp |
| 43 | |||
| 44 | |||
| 45 | # arch-tag: ef2c96e2-ea67-4668-925c-d9a6f3d205cf | ||