jdk/test/java/util/Formatter/genBasic.sh
changeset 4341 2af5eacd4b24
parent 1823 23d42a96635e
child 5506 202f599c92aa
--- a/jdk/test/java/util/Formatter/genBasic.sh	Wed Nov 25 08:24:58 2009 -0800
+++ b/jdk/test/java/util/Formatter/genBasic.sh	Mon Nov 30 14:15:15 2009 -0800
@@ -27,10 +27,10 @@
 
 gen() {
 #  if [ $3 = "true" ]
-#  then $SPP -K$1 -Dtype=$1 -DType=$2 -Kprim<Basic-X.java >Basic$2.java
-#  else $SPP -K$1 -Dtype=$1 -DType=$2 -K$3 <Basic-X.java >Basic$2.java
+#  then $SPP -K$1 -Dtype=$1 -DType=$2 -Kprim<Basic-X.java.template >Basic$2.java
+#  else $SPP -K$1 -Dtype=$1 -DType=$2 -K$3 <Basic-X.java.template >Basic$2.java
 #  fi
-    java build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -K$3 -K$4 -K$5 -K$6 <Basic-X.java >Basic$2.java
+    java build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -K$3 -K$4 -K$5 -K$6 <Basic-X.java.template >Basic$2.java
 }
 
 gen boolean Boolean       prim  ""  ""   ""