We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e9744 commit bfbc6b7Copy full SHA for bfbc6b7
1 file changed
bin/repl
@@ -11,7 +11,7 @@
11
export NODE=node
12
13
# Define the path to the stdlib REPL executable:
14
-export REPL_PATH=./lib/node_modules/\@stdlib/repl/bin/cli
+export REPL_PATH=`dirname "$0"`/../lib/node_modules/\@stdlib/repl/bin/cli
15
16
17
# FUNCTIONS #
0 commit comments