[Mono-bugs] [Bug 76476][Min] Changed - bash-specific code in
mbas/Test/misc/Makefile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 11:54:43 EDT 2005
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 jelmer at samba.org.
http://bugzilla.ximian.com/show_bug.cgi?id=76476
--- shadow/76476 2005-10-19 11:52:24.000000000 -0400
+++ shadow/76476.tmp.31865 2005-10-19 11:54:43.000000000 -0400
@@ -16,6 +16,11 @@
Cc:
Summary: bash-specific code in mbas/Test/misc/Makefile
mbas/Test/misc/Makefile uses the bash(?)-specific "&>" operator, which
is not supported by some shells, such as dash (the default 'sh' on some
systems).
+
+------- Additional Comments From jelmer at samba.org 2005-10-19 11:54 -------
+Created an attachment (id=15943)
+Patch changes "&>" to the more portable "2>&1".
+
More information about the mono-bugs
mailing list