[Commits] (morgen) Removed some extraneous quotes

commits at osafoundation.org commits at osafoundation.org
Fri Apr 30 13:58:06 PDT 2004


Commit by: morgen
Modified files:
internal/launchers/Makefile 1.6 1.7

Log message:
Removed some extraneous quotes


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/launchers/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.7

Index: internal/launchers/Makefile
diff -u internal/launchers/Makefile:1.6 internal/launchers/Makefile:1.7
--- internal/launchers/Makefile:1.6	Fri Apr 30 11:40:21 2004
+++ internal/launchers/Makefile	Fri Apr 30 13:57:34 2004
@@ -44,7 +44,7 @@
 
 ifeq ($(OS),Linux)
 
-LAUNCHER_FILES="$(SNAP)/chandler $(SNAP)/chandler_bin"
+LAUNCHER_FILES=$(SNAP)/chandler $(SNAP)/chandler_bin
 
 ARCHIVE: $(LAUNCHERS)/linux/
 



More information about the Commits mailing list