Changed default value of rts to '.'
This commit is contained in:
parent
ce2a0931b6
commit
14af91a47a
@ -75,7 +75,7 @@ main(argc,argv) char **argv ; {
|
||||
if ( !process(l_content(*elem)) && !k_flag ) exit(1) ;
|
||||
}
|
||||
orig.p_path= (char *)0 ;
|
||||
if ( !rts ) rts="" ;
|
||||
if ( !rts ) rts="." ;
|
||||
setsvar(keeps(RTS),rts) ;
|
||||
if ( linker ) getmapflags(linker) ;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user