The * in the sed expression is likely to be interpreted by the shell
and should be escaped.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
diff -r 2ada1d090a6f Makefile
--- a/Makefile  Sun Sep 08 21:59:58 2013 -0500
+++ b/Makefile  Mon Sep 09 11:21:03 2013 +0200
@@ -4,7 +4,7 @@
 # GNU Make required
 #
 
-COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]'|sed 
-e 's/\//_/g')
+COMPILE_PLATFORM=$(shell uname|sed -e 's/_.*//'|tr '[:upper:]' '[:lower:]'|sed 
-e 's/\//_/g')
 
 COMPILE_ARCH=$(shell uname -m | sed -e s/i.86/x86/)
 
_______________________________________________
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.

Reply via email to