chore: make bash script more portable (#5679)

This commit is contained in:
Zack
2024-07-03 15:26:28 +08:00
committed by GitHub
parent e21ad18453
commit 55f06cb7a9
20 changed files with 24 additions and 24 deletions

View File

@ -2,7 +2,7 @@
script_runner = "bash"
script = [
"""
#!/bin/bash
#!/usr/bin/env bash
BASE_DIR=$(pwd)
crates=("lib-dispatch" "flowy-encrypt" "lib-infra" "flowy-notification" "flowy-date" "flowy-error" "collab-integrate" "flowy-document")
@ -56,4 +56,4 @@ script = ["""
end
end
"""]
script_runner = "@duckscript"
script_runner = "@duckscript"