mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-16 07:38:24 +02:00
style(create.sh): remove non-POSIX keyword
This commit is contained in:
parent
43e1a11ad8
commit
5d319dee94
@ -5,7 +5,7 @@ ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
REPO_DIR="$ASSET_DIR/.."
|
REPO_DIR="$ASSET_DIR/.."
|
||||||
|
|
||||||
# Ensure submodules are initialized.
|
# Ensure submodules are initialized.
|
||||||
function update_submodules() {
|
update_submodules() {
|
||||||
local submodule
|
local submodule
|
||||||
local submodule_prompt=unspecified
|
local submodule_prompt=unspecified
|
||||||
local submodule_path
|
local submodule_path
|
||||||
|
Loading…
Reference in New Issue
Block a user