Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78289 --- shadow/78289 2006-05-04 09:27:42.000000000 -0400 +++ shadow/78289.tmp.16604 2006-05-04 09:39:20.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 78289 Product: Mono: Compilers Version: 1.1 OS: unknown OS Details: Ubuntu Linux Dapper Drake Beta -Status: RESOLVED +Status: NEEDINFO Resolution: NOTABUG Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -84,6 +84,24 @@ ls: MakefileMakefile: No such file or directory + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-04 09:39 ------- +True, but in our Makefile there is a tab before the second line. + +So if you try to run a shell script containing: + +ls "Makefile"\ + "Makefile" + +with a tab character on the second line (before the "Makefile" +string), the output is: + +$ sh test.sh +Makefile Makefile + +My colleague is running Ubuntu Breezy with mcs version 1.1.10.0, and +there our Makefile does not suffer from this problem. So it seems this +must be a make, or a mcs problem. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
