NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/41954: "sh -i" regressed in 5.99



The following reply was made to PR bin/41954; it has been noted by GNATS.

From: Aleksej Saushev <asau%inbox.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/41954: "sh -i" regressed in 5.99
Date: Sat, 29 Aug 2009 01:36:21 +0400

 The following information may be of some interest:
 when I configure Emacs to start "sh +i" instead of "sh -i",
 the inferior shell starts. Though it doesn't print prompts
 and possibly doesn't do other things unavailable in
 non-interactive mode. To start shell in non-interactive mode,
 
 (setq explicit-shell-file-name "/bin/sh")
 (setq explicit-sh-args '("+i"))
 
 Another interesting point, found during conversation to dholland:
 fstat shows that no process uses ptyfs, all of them open classic
 ttyp*/ptyp* pairs.
 


Home | Main Index | Thread Index | Old Index