On 4/15/06, Aneesh Kumar <aneesh.kumar@gmail.com> wrote: > I am still having failure with the top of the tree. I guess it is > because git rm exit with status 0. > > kvaneesh@home:/tmp/test$ git rm -f a > rm: cannot remove `a': Permission denied > kvaneesh@home:/tmp/test$ echo $? > 0 > I think it is xargs kvaneesh@home:/tmp/test$ echo a | xargs rm rm: cannot remove `a': Permission denied kvaneesh@home:/tmp/test$ echo $? 0 kvaneesh@home:/tmp/test$ on ubuntu Dapper it returns 123 status. I will file a bug report against xargs. -aneesh - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Apr 15 17:33:36 2006
This archive was generated by hypermail 2.1.8 : 2006-04-15 17:33:56 EST