> you're gonna have to clue me in. if i type mkdir build -p i get two > directories, build and -p. i need a directory named -p?
Are you on a Mac? Linux allows options at the end of the line (the -p) but Mac doesn't and there you'd have to do "mkdir -p build" Bill _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
