[llvm-commits] CVS: llvm-test/TimedExec.sh

Evan Cheng evan.cheng at apple.com
Wed Jun 7 14:19:46 PDT 2006



Changes in directory llvm-test:

TimedExec.sh updated: 1.2 -> 1.3
---
Log message:

Typo

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

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


Index: llvm-test/TimedExec.sh
diff -u llvm-test/TimedExec.sh:1.2 llvm-test/TimedExec.sh:1.3
--- llvm-test/TimedExec.sh:1.2	Wed Jun  7 15:14:57 2006
+++ llvm-test/TimedExec.sh	Wed Jun  7 16:19:34 2006
@@ -32,7 +32,7 @@
     while [ $SEC -lt $TIMEOUT ]; do
         sleep 1
         # Check if parent has completed.
-        kill -s INFO $PATENT 2>/dev/null
+        kill -s INFO $PARENT 2>/dev/null
         if [ $? -eq 1 ]; then
             exit 0
         fi






More information about the llvm-commits mailing list