site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Am 16.08.2005 um 20:27 schrieb Justin C. Walker: On Aug 16, 2005, at 10:34 , Scott Mansfield wrote: At the line hdiutil create -size 4g -type UDIF -fs HFSX -volname Builds \ -uid 0 -gid 0 -attach Builds.dmg [snip] heck, yet another $0.02 :-) Markus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I'm new to darwin build and just ran through the installation steps. In doing so I encountered something a wee confusing. http://opendarwin.org/projects/darwinbuild/doc/tools/ index.html#install It's not a bug, nor is it a feature. The backslash is a common documentation trick when a line is too long and needs a visual break; It indicates "type all this in." It's actually more than a documentation trick. It's a common shell "escape", and means "treat the next line as part of this line when evaluating the command". One possible reason why it failed for the original poster is, any trailing character, even a trailing space makes this machanism fail. Trailing spaces are quite common if you copy&paste from HTML documents. This email sent to site_archiver@lists.apple.com
participants (1)
-
Markus Hitter