Skip to content

Commit 1d5a4d9

Browse files
committed
Add #!/bin/sh to init.sh
1 parent c1ea9b4 commit 1d5a4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
#!/bin/sh
22
export CAKE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/tools/cake/src/run.py"
33

44
function cake()

0 commit comments

Comments
 (0)