diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
| commit | 3f1f06c5d12b24c4061e5123acabf72348ff45a2 (patch) | |
| tree | d40487b0f5d3a46c5e1cefe288f9a74b8494d9a7 /appl/cmd/mv.b | |
| parent | ca1042d3d05e5e9b2b5094b04197c96ec3b34bfe (diff) | |
20080116-1340
Diffstat (limited to 'appl/cmd/mv.b')
| -rw-r--r-- | appl/cmd/mv.b | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appl/cmd/mv.b b/appl/cmd/mv.b index 2ca8e671..a6d3f43c 100644 --- a/appl/cmd/mv.b +++ b/appl/cmd/mv.b @@ -113,7 +113,6 @@ mv(from,todir,toelem : string): int sys->fprint(stderr, "mv: can't open %s: %r\n", fromname); return -1; } - (j,dirt):=sys->stat(toname); fdt := sys->create(toname, Sys->OWRITE, dirb.mode); if(fdt == nil){ sys->fprint(stderr, "mv: can't create %s: %r\n", toname); |
