[sawfish: 5/42] fixed a ' ' Vs ' ' space



commit 2111d0bd54152886d0c2916e8578b9ce2ed6e49d
Author: Christopher Roy Bratusek <nano tuxfamily org>
Date:   Fri Apr 8 15:06:43 2011 +0200

    fixed a 'â??' Vs ' ' space

 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.in b/Makefile.in
index 22b11de..9500b7c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -72,7 +72,7 @@ uninstall :
 	done
 	rm -rf $(DESTDIR)$(sawfishdir)/$(version)
 	rm -f $(DESTDIR)$(libdir)/pkgconfig/sawfish.pc
-	if test $(XDM_SESSION) = "yes";â??then \
+	if test $(XDM_SESSION) = "yes"; then \
 		rm -f $(DESTDIR)$(datadir)/xsessions/sawfish.desktop; \
 	fi
 	rm -f $(DESTDIR)$(datadir)/applications/sawfish.desktop



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