Browse Source

Changed default value of rts to '.'

ceriel 33 years ago
parent
commit
aa35bf7f02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/ack/main.c

+ 1 - 1
util/ack/main.c

@@ -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) ;