From 79e025b3e8710cbee50db83f84cce153a230f6ea Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Thu, 25 Jan 2007 06:28:24 +0000 Subject: [PATCH] Fix bootstrap for the jwang Summary: SORRY MY HAX)RDS WAS BROKED Reviewed By: jwang git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664948 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c6a973bc..0d29bbe6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -subdirs="compiler/py lib/cpp lib/php lib/py" +subdirs="lib/cpp lib/php lib/py" rm -rf \ AUTHORS \ -- 2.17.1