Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d3a 9f162f7c40c53bcaccc71d3fa8c162bf784b3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Pol Vinogradov <vin.public AT gmail.com>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d3a 9f162f7c40c53bcaccc71d3fa8c162bf784b3)
  • Date: Mon, 31 Jul 2006 16:29:31 +0200

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

graphics-libs/mesalib/HISTORY | 3 +++
graphics-libs/mesalib/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d3a9f162f7c40c53bcaccc71d3fa8c162bf784b3
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

PRE_BUILD: quoting with [[]] test statement

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTOR=
Y
index a60245c..3992dd1 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2006-07-31 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: quoting with [[]] test statement
+
2006-07-19 Andra=C5=BE "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: PATCHLEVEL=3D1
* INSTALL: there's a missing symlink generation here which
diff --git a/graphics-libs/mesalib/PRE_BUILD b/graphics-libs/mesalib/PRE_=
BUILD
index 8cf0df5..2f0348c 100755
--- a/graphics-libs/mesalib/PRE_BUILD
+++ b/graphics-libs/mesalib/PRE_BUILD
@@ -2,7 +2,7 @@ default_pre_build =20
cd ${SOURCE_DIRECTORY}/configs &&
sedit "s:/usr/local:/usr:g" default &&
=20
-if test $(get_spell_provider $SPELL X11-LIBS) =3D xorg-server
+if [[ test $(get_spell_provider $SPELL X11-LIBS) =3D xorg-server ]]


It seems strange. Does it work right?
Imho "test" works the same way as "[]", you can remove "test" if you use "[]".

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page