[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Sandbox.sh
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 16 07:15:02 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC:
Sandbox.sh updated: 1.2 -> 1.3
---
Log message:
Add newline at EOF
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/Sandbox.sh
diff -u llvm/test/Programs/External/SPEC/Sandbox.sh:1.2 llvm/test/Programs/External/SPEC/Sandbox.sh:1.3
--- llvm/test/Programs/External/SPEC/Sandbox.sh:1.2 Sun Jun 1 21:32:57 2003
+++ llvm/test/Programs/External/SPEC/Sandbox.sh Mon Jun 16 07:14:46 2003
@@ -29,4 +29,5 @@
$*
# This script is always successful...
-exit 0
\ No newline at end of file
+exit 0
+
More information about the llvm-commits
mailing list