2008/7/10 Aras Vaichas <[EMAIL PROTECTED]>: > When I use the stdin method for starting scratchbox, it ignores the set > directory (-d) option. > > e.g. > > arasv$ scratchbox -d /tmp << 'EOF' >> pwd >> EOF > > Welcome to Scratchbox, the cross-compilation toolkit! > > Use 'sb-menu' to change your compilation target. > See /scratchbox/doc/ for documentation. > > /home/arasv <--- NOT what I asked! > > > Is this a fault, or is the --help document just a little ambiguous? > > Aras
It only works for the command you give on the login line, so commands like: $ scratchbox -d /tmp pwd or $ scratchbox -d /tmp bash work just fine. -- Daniel _______________________________________________ Scratchbox-users mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
