This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Invoking ash for rebaseall


Igor Pechtchanski wrote:

> Umm, why should rebaseall require a PATH setting at all?  Wouldn't it be
> easier to specify full paths for every command instead of telling users to
> set their PATH?

Well, if the user does not have /usr/bin in their Windows path (instead
relying on /etc/profile to add it) and they try to run "ash rebaseall"
from a command prompt, they will get an error about not finding
cygwin1.dll unless /usr/bin is the CWD.

It would be nice if ash had a "-l" option as bash does to tell it to be
a login shell and read the profile/rc files.  But it doesn't, AFAICT. 
It seems to want to sense this by checking if argv[0][0] == '-'.  *sigh*

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]