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(){
120
120
# checking catogories.
121
121
if [[ " ${PRIMARY_MODULES[*]} " == * " ${ARGModuleVar} " * ]]; then
122
122
# position of catogory hash.
123
- local PosMap=" $( file.search.int " #@PRIMARY_MODULES" " ${ARGResultFile} " ) " ;
123
+ local PosMap=" $( file.search.pos " #@PRIMARY_MODULES" " ${ARGResultFile} " ) " ;
124
124
elif [[ " ${SECONDARY_MODULES[*]} " == * " ${ARGModuleVar} " * ]]; then
125
125
# position of catogory hash.
126
- local PosMap=" $( file.search.int " #@SECONDARY_MODULES" " ${ARGResultFile} " ) " ;
126
+ local PosMap=" $( file.search.pos " #@SECONDARY_MODULES" " ${ARGResultFile} " ) " ;
127
127
elif [[ " ${TERTIARY_MODULES[*]} " == * " ${ARGModuleVar} " * ]]; then
128
128
# position of catogory hash.
129
- local PosMap=" $( file.search.int " #@TERTIARY_MODULES" " ${ARGResultFile} " ) " ;
129
+ local PosMap=" $( file.search.pos " #@TERTIARY_MODULES" " ${ARGResultFile} " ) " ;
130
130
else
131
131
# position of catogory hash.
132
- local PosMap=" $( file.search.int " #@OTHER_MODULES" " ${ARGResultFile} " ) " ;
132
+ local PosMap=" $( file.search.pos " #@OTHER_MODULES" " ${ARGResultFile} " ) " ;
133
133
fi
134
134
# installing module.
135
135
file.append.vert " $( _uri.chotuCode " ${ARGModule} " ) " " $(( PosMap+ 1 )) " " ${ARGResultFile} " &&
You can’t perform that action at this time.
0 commit comments