Jim Meyering wrote: > diff --git a/README-prereq b/README-prereq > - $ cd automake && ./configure --prefix=$HOME/coreutils/deps > + $ cd automake > + $ git checkout --track origin/next -b next > + $ ./configure --prefix=$HOME/coreutils/deps
I needed to switch the git checkout parameters around with my version of git (1.5.3.6), i.e.: git checkout -b next --track origin/next Pádraig. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils