Author: jbq
Date: Fri Apr 6 01:49:29 2007
New Revision: 526101
URL: http://svn.apache.org/viewvc?view=rev&rev=526101
Log:
sed -i: Do not create backup files with the "-e" extension
Modified:
incubator/wicket/branches/wicket-1.x/eclipse.sh
Modified: incubator/wicket/branches/wicket-1.x/eclipse.sh
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/eclipse.sh?view=diff&rev=526101&r1=526100&r2=526101
==============================================================================
--- incubator/wicket/branches/wicket-1.x/eclipse.sh (original)
+++ incubator/wicket/branches/wicket-1.x/eclipse.sh Fri Apr 6 01:49:29 2007
@@ -1,3 +1,3 @@
#/bin/sh
mvn eclipse:eclipse
-find jdk-1.4 -name .classpath -exec sed -i -e
's/org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.launching.JRE_CONTAINER\/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\/J2SE-1.4/g'
{} \;
+find jdk-1.4 -name .classpath -exec sed -i "" -e
's/org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.launching.JRE_CONTAINER\/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\/J2SE-1.4/g'
{} \;