[gnumeric] Even more bitrot.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Even more bitrot.
- Date: Wed, 10 Sep 2014 16:48:29 +0000 (UTC)
commit 3b83386d97f29df2f4356806b4d9b4818017fe4a
Author: Morten Welinder <terra gnome org>
Date: Wed Sep 10 12:50:32 2014 -0400
Even more bitrot.
tools/check-header-guards | 2 +-
tools/check-trailing-commas | 2 +-
tools/grand-rename | 4 +++-
3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/tools/check-header-guards b/tools/check-header-guards
index 9d5b9d5..509d24d 100755
--- a/tools/check-header-guards
+++ b/tools/check-header-guards
@@ -41,7 +41,7 @@ my %guard_to_file = ();
{
local (*FIND);
- open (*FIND, "find . '(' -type f -name '*.[hH]' -print ')' -o '(' -type d '(' -name CVS -o -name intl -o
-name macros ')' -prune ')' |")
+ open (*FIND, "find . '(' -type f -name '*.[hH]' -print ')' -o '(' -type d '(' -name intl -o -name macros
-o -name .git -o -name win32 ')' -prune ')' |")
or die "$0: cannot execute find: $!\n";
FILE:
foreach my $filename (<FIND>) {
diff --git a/tools/check-trailing-commas b/tools/check-trailing-commas
index f961892..d6fdd29 100644
--- a/tools/check-trailing-commas
+++ b/tools/check-trailing-commas
@@ -36,7 +36,7 @@ my %exceptions =
{
local (*FIND);
- open (*FIND, "find . '(' -type f -name '*.[ch]' -print ')' -o '(' -type d '(' -name CVS -o -name intl -o
-name macros ')' -prune ')' |")
+ open (*FIND, "find . '(' -type f -name '*.[ch]' -print ')' -o '(' -type d '(' -name intl -o -name macros
-o -name .git -o -name win32 ')' -prune ')' |")
or die "$0: cannot execute find: $!\n";
FILE:
foreach my $filename (<FIND>) {
diff --git a/tools/grand-rename b/tools/grand-rename
index e39bce3..040766e 100644
--- a/tools/grand-rename
+++ b/tools/grand-rename
@@ -42,11 +42,13 @@ sub find_files {
('stamp.h' => 1,
'gnumeric-config.h' => 1,
'src/parser.c' => 1,
+ 'src/embedded-imgs.c' => 1,
+ 'src/dialogs/embedded-ui.c' => 1,
);
local (*FIL);
open (*FIL, "find . '(' -name '*.[chy]' -type f -print ')' -o " .
- "'(' -type d '(' -name CVS -o -name intl -o -name macros ')' -prune ')' |") or
+ "'(' -type d '(' -type d '(' -name intl -o -name macros -o -name .git -o -name win32 ')' -prune ')'
|") or
die "$0: Cannot run find command.\n";
while (<FIL>) {
chomp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]