Skip to content

Commit a299387

Browse files
committed
[adj] add some comment.
1 parent 518c20b commit a299387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_funciton.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ for key in ${!funcs_info[*]}; do
167167
if [ "$(grep "$key" $custom_func_root)" != "" ]; then
168168
Echo_Color y "You already have $key() in $custom_func_root."
169169
else
170+
# this may cause some word incurrent, but it still can work.
170171
Get_function_code "$key"; printf "\n$function_code\n" >> $custom_func_root
171172
fi
172173
fi

0 commit comments

Comments
 (0)