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

John Criswell criswell at choi.cs.uiuc.edu
Thu Jun 26 16:38:29 PDT 2003


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

Sandbox.sh updated: 1.7 -> 1.7.2.1

---
Log message:

Merged with mainline on Thursday, June 26, 2003.


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Sandbox.sh
diff -u llvm/test/Programs/External/SPEC/Sandbox.sh:1.7 llvm/test/Programs/External/SPEC/Sandbox.sh:1.7.2.1
--- llvm/test/Programs/External/SPEC/Sandbox.sh:1.7	Fri Jun 20 15:42:46 2003
+++ llvm/test/Programs/External/SPEC/Sandbox.sh	Thu Jun 26 16:35:38 2003
@@ -22,7 +22,7 @@
 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/* . > /dev/null 2>&1 
 
 # Run the program now...
 echo Running: $*





More information about the llvm-commits mailing list