Commit bcec78e4 authored by linj's avatar linj Committed by vipwzw

update

parent 7e0518ec
......@@ -26,9 +26,7 @@ function subdir_forks() {
for fork in "${forks}"
do
echo "${fork}" | awk -F ',' '{ \
if(match($1,"\"")) gsub("\"","",$1); else $1=$plugin_name; \
if(match($2,"\"")) gsub("\"","",$2); else gsub("X$","",$2); \
pirnt $1; \
print $2 "=" $3}'
#/*print "debug" $1 $2 $3;*/ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment