[glibmm/gmmproc-refactor] Pass only .gir files to taghandlerwriter.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/gmmproc-refactor] Pass only .gir files to taghandlerwriter.
- Date: Mon, 26 Sep 2011 14:07:53 +0000 (UTC)
commit 54456385b0def6c138035050549f226ea21e65cf
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Mon Sep 26 16:03:08 2011 +0200
Pass only .gir files to taghandlerwriter.
tools/pm/run_thw.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/pm/run_thw.sh b/tools/pm/run_thw.sh
index 98c5174..76cbc31 100755
--- a/tools/pm/run_thw.sh
+++ b/tools/pm/run_thw.sh
@@ -87,9 +87,9 @@ then
exit 1
fi
-for d in "${girdir}"/*
+for d in "${girdir}"/*.gir
do
- if test "x${d}" = "x${girdir}"'/*'
+ if test "x${d}" = "x${girdir}"'/*.gir'
then
echo "No gir files in $girdir. Bailing out." >&2
exit 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]