Warren's ls now has -l argument which prints out lines in long format!

This commit is contained in:
Warren Toomey
2016-03-04 21:56:46 +10:00
parent c8ac75f371
commit 10befe6cc4
2 changed files with 186 additions and 25 deletions
+1 -1
View File
@@ -717,7 +717,7 @@ sub sys_close {
# That filehandle is not open, set an error -1 in octal
if ( !defined( $FD[$fd] ) ) {
dprint("close: fd $fd is not open\n");
dprintf("close: fd $fd is not open\n");
$AC = MAXINT;
return;
}