xref: /aoo42x/main/solenv/bin/fix_lin_file.cmd (revision cdf0e10c)
1*cdf0e10cSrcweir/* os2 build scripts
2*cdf0e10cSrcweir*/
3*cdf0e10cSrcweir
4*cdf0e10cSrcweirparse arg dir
5*cdf0e10cSrcweir
6*cdf0e10cSrcweirdo while( lines())
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir	l = linein()
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir	/* skip empty lines */
11*cdf0e10cSrcweir	if l \= '' then say dir || '\' || l
12*cdf0e10cSrcweir
13*cdf0e10cSrcweirend
14