Skip to content

Commit 7679200

Browse files
committed
fix(xsrepl): pass command line args thru shell wrapper
1 parent 8c2cc63 commit 7679200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xsnap/src/xsrepl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
real0=$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")
33
thisdir=$(cd "$(dirname -- "$real0")" > /dev/null && pwd -P)
4-
node -r esm "$thisdir/xsrepl.js" "@*"
4+
node -r esm "$thisdir/xsrepl.js" "$*"

0 commit comments

Comments
 (0)