Skip to content

Commit 77491bc

Browse files
fix: add shebang to launchPackager.command (#2097)
1 parent 402a5be commit 77491bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli-tools/src/launchPackager.command

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)
24

35
source "$THIS_DIR/.packager.env"

0 commit comments

Comments
 (0)