[SM-Commit] GIT changes to master grimoire by George Sherwood (0ea2d9999f53db4ab6253066073e8b677fb8ac3e)

George Sherwood scm at sourcemage.org
Fri Nov 21 10:33:52 EST 2008


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 windowmanagers/sawfish/BUILD   |    2 +-
 windowmanagers/sawfish/HISTORY |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0ea2d9999f53db4ab6253066073e8b677fb8ac3e
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    sawfish: Added spaces to conditional

diff --git a/windowmanagers/sawfish/BUILD b/windowmanagers/sawfish/BUILD
index c0208fd..105d2bb 100755
--- a/windowmanagers/sawfish/BUILD
+++ b/windowmanagers/sawfish/BUILD
@@ -1,5 +1,5 @@
 export CPPFLAGS="-I/usr/include/freetype2" &&
-if [ "${SAWFISH_CVS}"=="y" ] ; then
+if [ "${SAWFISH_CVS}" == "y" ] ; then
   ./autogen.sh
 fi
 default_build
diff --git a/windowmanagers/sawfish/HISTORY b/windowmanagers/sawfish/HISTORY
index 71f3dc2..9b4f931 100644
--- a/windowmanagers/sawfish/HISTORY
+++ b/windowmanagers/sawfish/HISTORY
@@ -1,3 +1,6 @@
+2008-11-22 George Sherwood <gsherwood at sourcemage.org>
+	* BUILD: Error in conditional with no spaces
+
 2008-09-17 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS: version 1.3.4 (not a mistake)
 



More information about the SM-Commit mailing list