URL: <http://savannah.gnu.org/bugs/?26921>
Summary: line 0: unexpected EOF while looking for matching `"' Project: make Submitted by: None Submitted on: Tue 30 Jun 2009 06:23:02 PM UTC Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Component Version: 3.81 Operating System: MS Windows Fixed Release: None _______________________________________________________ Details: This doesn't work: all:; "true" $ make "true" /bin/sh: -c: line 0: unexpected EOF while looking for matching `"' /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [all] Error 258 This works: all:; "true" && "true" $ make "true" && "true" _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?26921> _______________________________________________ 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