X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fmake-upstream.sh;h=4479309abc1f7fb4bf8b2da7095f3be9d0d18d9a;hb=43a09c901590a99761fe6a416c7144063e2b75f4;hp=91c1b257f0e918e2d0d844ee78e0b5482d1c25c5;hpb=a40d8005b6254f7ffad87603376d718711c184fa;p=uffi.git diff --git a/debian/make-upstream.sh b/debian/make-upstream.sh index 91c1b25..4479309 100755 --- a/debian/make-upstream.sh +++ b/debian/make-upstream.sh @@ -20,9 +20,8 @@ if [ -z "${VERSION}" ]; then exit 1 fi -pushd ${WORK_DIR} > /dev/null +cd ${WORK_DIR} 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."