update dev300-m58
[ooovba.git] / solenv / bin / fix_lin_file.cmd
blob0d074ce9f7066ee0f6df0525743723c903d27103
1 /* os2 build scripts
2 */
4 parse arg dir
6 do while( lines())
8 l = linein()
10 /* skip empty lines */
11 if l \= '' then say dir || '\' || l
13 end