Changed default value of rts to '.'
This commit is contained in:
parent
e096bc3fb3
commit
aa35bf7f02
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ main(argc,argv) char **argv ; {
|
||||||
if ( !process(l_content(*elem)) && !k_flag ) exit(1) ;
|
if ( !process(l_content(*elem)) && !k_flag ) exit(1) ;
|
||||||
}
|
}
|
||||||
orig.p_path= (char *)0 ;
|
orig.p_path= (char *)0 ;
|
||||||
if ( !rts ) rts="" ;
|
if ( !rts ) rts="." ;
|
||||||
setsvar(keeps(RTS),rts) ;
|
setsvar(keeps(RTS),rts) ;
|
||||||
if ( linker ) getmapflags(linker) ;
|
if ( linker ) getmapflags(linker) ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue