diff options
| author | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
| commit | c8b6342d3c2a167dec16931815926e9e4387e7ef (patch) | |
| tree | 80d3ec6ea074462b30639168113def880476dad6 /src/cmd/sam | |
| parent | 741f510ce758f77ed5193256fb693a09a7daecce (diff) | |
| download | plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.tar.gz plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.zip | |
Many small edits.
Diffstat (limited to 'src/cmd/sam')
| -rw-r--r-- | src/cmd/sam/plan9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/sam/plan9.c b/src/cmd/sam/plan9.c index 6c3a60e9..0a3fe070 100644 --- a/src/cmd/sam/plan9.c +++ b/src/cmd/sam/plan9.c @@ -17,7 +17,7 @@ Rune *right[]= { char RSAM[] = "sam"; char SAMTERM[] = "/bin/aux/samterm"; -char HOME[] = "home"; +char HOME[] = "HOME"; char TMPDIR[] = "/tmp"; char SH[] = "rc"; char SHPATH[] = "/bin/rc"; |
