summarylogtreecommitdiffstats
path: root/d8
diff options
context:
space:
mode:
Diffstat (limited to 'd8')
-rw-r--r--d83
1 files changed, 2 insertions, 1 deletions
diff --git a/d8 b/d8
index ae98293c3d93..d5f0ff1f699e 100644
--- a/d8
+++ b/d8
@@ -1,2 +1,3 @@
#!/bin/sh
-/usr/lib/v8/d8 $*
+
+exec /usr/lib/v8/d8 "$@"