Remove duplicate function definition.

This commit is contained in:
Brian Wellington 2020-08-29 14:29:15 -07:00
parent 5ce8749892
commit 8ca8e1bad2

View file

@ -54,7 +54,6 @@ suffix=$(join_by "=" "${suffix_flag[@]:1}")
# parse file from file=value
IFS='=' read -ra file_flag <<< "$file_flag"
function join_by { local IFS="$1"; shift; echo "$*"; }
file=$(join_by "=" "${file_flag[@]:1}")
# are we in a git repo?