[llvm-commits] CVS: llvm-test/TimedExec.sh
Evan Cheng
evan.cheng at apple.com
Thu Jun 15 00:25:25 PDT 2006
Changes in directory llvm-test:
TimedExec.sh updated: 1.3 -> 1.4
---
Log message:
Remove unnecessary flag.
---
Diffs of the changes: (+1 -2)
TimedExec.sh | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm-test/TimedExec.sh
diff -u llvm-test/TimedExec.sh:1.3 llvm-test/TimedExec.sh:1.4
--- llvm-test/TimedExec.sh:1.3 Wed Jun 7 16:19:34 2006
+++ llvm-test/TimedExec.sh Thu Jun 15 02:25:13 2006
@@ -18,12 +18,11 @@
fi
TIMEOUT=$1
-PROGRAM=$2
shift
if [ -z "$PARENT" ]; then
# Start a watchdog process
- $0 -p $$ $TIMEOUT $PROGRAM $* &
+ $0 -p $$ $TIMEOUT $* &
exec "$@"
else
# Sleep for a specified time then wake up to kill the parent process.
More information about the llvm-commits
mailing list