[frogr] Fix wrong grep in generate-SOURCES



commit 70e2297c6adeec611df3188599fec953e2d4d323
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Dec 19 19:55:05 2012 +0100

    Fix wrong grep in generate-SOURCES

 osx/generate-SOURCES |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/osx/generate-SOURCES b/osx/generate-SOURCES
index 453146c..d9f421b 100755
--- a/osx/generate-SOURCES
+++ b/osx/generate-SOURCES
@@ -70,7 +70,7 @@ do
 
     # Check whether there are patches applied for this module
     module_patches=$(cat $frogr_moduleset \
-        | grep -e "file=" -e "\.patch\"" | grep ${modules_names[$index]} \
+        | grep -e "file=" | grep ${modules_names[$index]} | grep -e "\.patch\"" \
         | cut -d "\"" -f 2)
 
     if [ "x$module_patches" != "x" ]; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]