From e488b6e70c00773360d34ebc5444eb8dec8471f9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 24 Jan 2012 14:52:33 -0800 Subject: [PATCH] * fix wrong right bracket --- trunk/exec/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2