Skip to content

Commit

Permalink
fix: πŸ› fullpath of $0
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 2, 2020
1 parent fc8155e commit 2196644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/polydock.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

me=$(realpath "$0")
dist=$(dirname "$me")/../dist
dist=$(realpath $(dirname "$me")/../dist)

gjs -I "$dist" "$dist/polydock.js"

0 comments on commit 2196644

Please sign in to comment.