Use exec.
authorDan Gohman <gohman@apple.com>
Sun, 29 Aug 2010 14:49:00 +0000 (14:49 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 29 Aug 2010 14:49:00 +0000 (14:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112425 91177308-0d34-0410-b5e6-96231b3b80d8

test/TestRunner.sh

index 76e08424b3c74ae9a519dca5aa653f2a63b3e2a6..ab50856af11fcb89c6fac7855987ed38edc8883a 100755 (executable)
@@ -2,4 +2,4 @@
 # Deprecated, use 'llvm-lit'.
 
 echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
-llvm-lit "$@"
+exec llvm-lit "$@"