[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Sandbox.sh

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 20 15:29:01 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC:

Sandbox.sh updated: 1.5 -> 1.6

---
Log message:

FINALLY FIX THE STUPID PROBLEM with copying input for 197.parser!
yaay!


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Sandbox.sh
diff -u llvm/test/Programs/External/SPEC/Sandbox.sh:1.5 llvm/test/Programs/External/SPEC/Sandbox.sh:1.6
--- llvm/test/Programs/External/SPEC/Sandbox.sh:1.5	Fri Jun 20 12:02:01 2003
+++ llvm/test/Programs/External/SPEC/Sandbox.sh	Fri Jun 20 15:28:30 2003
@@ -22,13 +22,13 @@
 cp -r $INPUT_DIR/* .
 
 # If there is an "all" input directory, take it as well...
-cp -r $INPUT_DIR/../../all/input/* . 2&>1 > /dev/null
+cp -r $INPUT_DIR/../../all/input/* . 2>&1 > /dev/null
 
 # Run the program now...
 echo Running: $*
 $*
 
-cp $OUTPUT_FILE.time ../../$OUTPUTFILE.time
+cp $OUTPUT_FILE.time ../../$OUTPUT_FILE.time
 
 # This script is always successful...
 exit 0





More information about the llvm-commits mailing list