[glib] neutralise pltcheck.sh



commit d3af9c0ec59465e4076791881bc89fe51539f3fd
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Jun 23 10:12:14 2010 -0400

    neutralise pltcheck.sh

 gio/pltcheck.sh     |    2 ++
 glib/pltcheck.sh    |    2 ++
 gobject/pltcheck.sh |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gio/pltcheck.sh b/gio/pltcheck.sh
index 7b3a236..f655cee 100755
--- a/gio/pltcheck.sh
+++ b/gio/pltcheck.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+exit 0
+
 LANG=C
 
 status=0
diff --git a/glib/pltcheck.sh b/glib/pltcheck.sh
index 236eeb1..5f735a9 100755
--- a/glib/pltcheck.sh
+++ b/glib/pltcheck.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+exit 0
+
 LANG=C
 
 status=0
diff --git a/gobject/pltcheck.sh b/gobject/pltcheck.sh
index 00d9e9d..7c4aa36 100755
--- a/gobject/pltcheck.sh
+++ b/gobject/pltcheck.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+exit 0
+
 LANG=C
 
 status=0



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