bug-make
[Top][All Lists]
Advanced

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

[bug #26891] make enters interactive shell


From: Eli Zaretskii
Subject: [bug #26891] make enters interactive shell
Date: Sat, 27 Jun 2009 09:16:35 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)

Update of bug #26891 (project make):

             Assigned to:                    None => eliz                   

    _______________________________________________________

Follow-up Comment #1:

It's not a bug, strictly speaking: SHELL should only be set to a command that
supports a "-c ARGUMENT" invocation.  CMD.EXE does not, so you invoke it as
"cmd.exe -c SOMETHING" whereas it expects "cmd.exe /c SOMETHING" (and in
addition the quoting in SOMETHING is wrong for CMD).

I will see if I can add special treatment for Windows shells in this case,
but no promises.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26891>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]