release-scripts: remove commented out line from git-version
authorMichael Adam <obnox@samba.org>
Tue, 18 Jan 2011 13:17:15 +0000 (14:17 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 18 Jan 2011 13:17:15 +0000 (14:17 +0100)
release-scripts/build-manpages-nogit

index c39b6855b12002124d9222401a12dc56b3863134..a8afbf1eb2276b6136fae4c1f7f5df84eb7912d9 100755 (executable)
@@ -14,8 +14,6 @@ DOCS_DIR=${DIRNAME}/../docs
 
 pushd ${DOCS_XML_DIR} || exit 1
 
-#git clean -xdf || _exit "Error running git clean."
-
 autoconf || _exit "Error running autoconf."
 
 ./configure || _exit "Error running configure."