summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2016-11-01 12:51:33 +0100
committerMarco Pompili2016-11-01 12:58:23 +0100
commitcbaa86e3b6433e39f511c2d69f5999cdde7543b6 (patch)
tree1ff3aee1d0c8d53738b37dfc658127afddde80a8
parentf29c2c05db521a73f891f40bc84fa0238ca68a99 (diff)
downloadaur-cbaa86e3b6433e39f511c2d69f5999cdde7543b6.tar.gz
use exec on d8 script
-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 "$@"