Skip to content

Commit

Permalink
fix(xsrepl): pass command line args thru shell wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 23, 2021
1 parent 8c2cc63 commit 7679200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xsnap/src/xsrepl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
real0=$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")
thisdir=$(cd "$(dirname -- "$real0")" > /dev/null && pwd -P)
node -r esm "$thisdir/xsrepl.js" "@*"
node -r esm "$thisdir/xsrepl.js" "$*"

0 comments on commit 7679200

Please sign in to comment.