diff options
-rw-r--r-- | src/cmd/sam/unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/sam/unix.c b/src/cmd/sam/unix.c index 3846359e..024d3081 100644 --- a/src/cmd/sam/unix.c +++ b/src/cmd/sam/unix.c @@ -21,7 +21,7 @@ static Rune r3[] = {'\'', '"', '`', 0}; Rune *right[]= { r1, r2, r3, 0}; #ifndef SAMTERMNAME -#define SAMTERMNAME "/usr/local/plan9/bin/samterm" +#define SAMTERMNAME "samterm" #endif #ifndef TMPDIRNAME #define TMPDIRNAME "/tmp" @@ -36,7 +36,7 @@ Rune *right[]= { r1, r2, r3, 0}; #define RXNAME "ssh" #endif #ifndef RXPATHNAME -#define RXPATHNAME "/usr/local/bin/ssh" +#define RXPATHNAME "ssh" #endif #ifndef SAMSAVECMDNAME #define SAMSAVECMDNAME "/bin/sh\n/usr/local/plan9/bin/samsave" |