[gnumeric] tools: typo.



commit 23f983aeb34ad4b0e5a6fbdaa680250f484167f0
Author: Morten Welinder <terra gnome org>
Date:   Sat Feb 28 16:38:17 2015 -0500

    tools: typo.

 tools/grand-rename |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/grand-rename b/tools/grand-rename
index 71702e2..08c0548 100644
--- a/tools/grand-rename
+++ b/tools/grand-rename
@@ -47,7 +47,7 @@ sub find_files {
 
     local (*FIL);
     open (*FIL, "find . '(' -name '*.[chy]' -type f -print ')' -o " .
-         "'(' -type d '(' -type d '(' -name intl -o -name macros -o -name .git -o -name win32 ')' -prune ')' 
|") or
+         "'(' -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]