From: Don Armstrong Date: Tue, 24 Jan 2012 22:52:33 +0000 (-0800) Subject: * fix wrong right bracket X-Git-Url: https://git.donarmstrong.com/?p=cran2deb.git;a=commitdiff_plain;h=e488b6e70c00773360d34ebc5444eb8dec8471f9 * fix wrong right bracket --- diff --git a/trunk/exec/update b/trunk/exec/update index 418cbbf..7e8b81b 100755 --- a/trunk/exec/update +++ b/trunk/exec/update @@ -35,7 +35,7 @@ else fi if [ ! -e "${cache_rda}" ] || [ $delta -gt $update_period ]; then - if [ "${CRAN2DEB_BUILD}" == "yes"]; then + if [ "${CRAN2DEB_BUILD}" == "yes" ]; then mode=create if [ -e "${pbuilder_cache}"/base-cran2deb-$sys.tgz ]; then mode=update