Skip to content

Commit

Permalink
Fix shebang
Browse files Browse the repository at this point in the history
How did this work in tests?!
  • Loading branch information
mxcl committed Jan 7, 2025
1 parent 517d16d commit b1c7afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pkgx.sh/dev/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- cp $PROP {{prefix}}/bin/dev
- chmod +x {{prefix}}/bin/dev
prop: |
#/bin/sh
#!/bin/sh
d="$(cd "$(dirname $0)"/.. && pwd)"
exec "$d/share/pkgx/dev/app.ts" "$@"
provides:
Expand Down

0 comments on commit b1c7afb

Please sign in to comment.