Skip to content

Commit

Permalink
fix: cli execute on npm
Browse files Browse the repository at this point in the history
closes #1305
  • Loading branch information
jasonkuhrt committed Jan 10, 2025
1 parent bedc1ce commit 2bf4323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execute.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
basedir=$(dirname "$(readlink -f "$0" | sed -e 's,\\,/,g')")

case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
Expand Down

0 comments on commit 2bf4323

Please sign in to comment.