wip
This commit is contained in:
parent
ac22bdb067
commit
91150f5633
1 changed files with 2 additions and 2 deletions
|
@ -509,8 +509,8 @@ __git__() {
|
|||
# *)
|
||||
if [[ -n "$1" ]]; then
|
||||
for f in "$@"; do
|
||||
if [ -f "./$f" ] || [ -d "./${f}" ]; then
|
||||
commit_files+=("${f}")
|
||||
if [ -f "./${f}" ] || [ -d "./${f}/" ]; then
|
||||
commit_files+=("./${f}")
|
||||
else
|
||||
commit_message+="${f}"
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue