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/



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to