mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-15 04:45:55 +01:00
style(create.sh): remove non-POSIX keyword
This commit is contained in:
2
assets/create.sh
vendored
2
assets/create.sh
vendored
@ -5,7 +5,7 @@ ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
REPO_DIR="$ASSET_DIR/.."
|
||||
|
||||
# Ensure submodules are initialized.
|
||||
function update_submodules() {
|
||||
update_submodules() {
|
||||
local submodule
|
||||
local submodule_prompt=unspecified
|
||||
local submodule_path
|
||||
|
Reference in New Issue
Block a user