r2208: Auto commit for Debian build
[clsql.git] / debian / make-upstream.sh
index b838c2e89b1be3729ea47e37833c954d705b7517..06f909da142da702c829a0128e067b73fd85c408 100755 (executable)
@@ -20,7 +20,9 @@ if [ -z "${VERSION}" ]; then
   exit 1
 fi
 
+pushd ${WORK_DIR} > /dev/null
 cvs commit -m 'Auto commit for Debian build'
+popd > /dev/null
 
 if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then
   echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists."