summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 10:19:11 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-08-21 23:07:37 +0200
commit5d319dee94a830be5d4cba486e0b5959d5b24c07 (patch)
tree44cbfb020da018b8bd54a70dbb530e1edca39d66
parent43e1a11ad86af47d1a5fb304e973541dab91e16d (diff)
style(create.sh): remove non-POSIX keyword
-rwxr-xr-xassets/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/create.sh b/assets/create.sh
index a4a8aa04..65533934 100755
--- a/assets/create.sh
+++ b/assets/create.sh
@@ -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