File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,16 +120,16 @@ _uri.addModuleSource(){
120120 # checking catogories.
121121 if [[ " ${PRIMARY_MODULES[*]} " == * " ${ARGModuleVar} " * ]]; then
122122 # position of catogory hash.
123- local PosMap=" $( file.search.int " #@PRIMARY_MODULES" " ${ARGResultFile} " ) " ;
123+ local PosMap=" $( file.search.pos " #@PRIMARY_MODULES" " ${ARGResultFile} " ) " ;
124124 elif [[ " ${SECONDARY_MODULES[*]} " == * " ${ARGModuleVar} " * ]]; then
125125 # position of catogory hash.
126- local PosMap=" $( file.search.int " #@SECONDARY_MODULES" " ${ARGResultFile} " ) " ;
126+ local PosMap=" $( file.search.pos " #@SECONDARY_MODULES" " ${ARGResultFile} " ) " ;
127127 elif [[ " ${TERTIARY_MODULES[*]} " == * " ${ARGModuleVar} " * ]]; then
128128 # position of catogory hash.
129- local PosMap=" $( file.search.int " #@TERTIARY_MODULES" " ${ARGResultFile} " ) " ;
129+ local PosMap=" $( file.search.pos " #@TERTIARY_MODULES" " ${ARGResultFile} " ) " ;
130130 else
131131 # position of catogory hash.
132- local PosMap=" $( file.search.int " #@OTHER_MODULES" " ${ARGResultFile} " ) " ;
132+ local PosMap=" $( file.search.pos " #@OTHER_MODULES" " ${ARGResultFile} " ) " ;
133133 fi
134134 # installing module.
135135 file.append.vert " $( _uri.chotuCode " ${ARGModule} " ) " " $(( PosMap+ 1 )) " " ${ARGResultFile} " &&
You can’t perform that action at this time.
0 commit comments