This is the mail archive of the cygwin-apps 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: More: [1.7] packaging problem? Both /usr/bin/ and /usr/lib/ are non-empty


On May 30 16:11, Charles Wilson wrote:
> Actually, we are NOT invoking with --norc. Here's the most recent patch
> to setup.exe:
> 
> @@ -223,7 +223,7 @@ Script::run() const
>    OutputLog file_out = std::string (mktemp (tmp_pat));
>    if (sh.size() && stricmp (extension(), ".sh") == 0)
>      {
> -      log(LOG_PLAIN) << "running: " << sh << " -c " << scriptName <<
> endLog;
> +      log(LOG_PLAIN) << "running: " << sh << " --norc --noprofile -c "
> << scriptName << endLog;
>        retval = ::run (sh.c_str(), "-c", scriptName.c_str(), file_out);
>      }
> 
> Notice anything?

Urgh!  Thanks for catching.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


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