diff options
Diffstat (limited to 'admin/diff-tar-files')
| -rwxr-xr-x | admin/diff-tar-files | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index 79a9d59e385..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-2011 | 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,5 +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 | |||