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

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 23 17:05:10 PST 2006



Changes in directory llvm-test/External/SPEC:

Sandbox.sh updated: 1.9 -> 1.10
---
Log message:

Don't complain if there are no .bz2 files


---
Diffs of the changes:  (+1 -1)

 Sandbox.sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/External/SPEC/Sandbox.sh
diff -u llvm-test/External/SPEC/Sandbox.sh:1.9 llvm-test/External/SPEC/Sandbox.sh:1.10
--- llvm-test/External/SPEC/Sandbox.sh:1.9	Thu Feb 23 19:03:01 2006
+++ llvm-test/External/SPEC/Sandbox.sh	Thu Feb 23 19:04:58 2006
@@ -25,7 +25,7 @@
 cp -r $INPUT_DIR/../../all/input/* . > /dev/null 2>&1 
 
 # If any of the input files is a .bz2 file, uncompress it now.
-bunzip2 *.bz2
+bunzip2 *.bz2 > /dev/null 2>&1
 
 # Run the program now.
 echo Running: $*






More information about the llvm-commits mailing list