From 3d9a0665d55bbf008952f3302b5763ea8f3d5c7a Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 30 Sep 2015 13:24:42 -0700 Subject: [PATCH] don't fail to delete if sqlite zip does not exist --- contrib/setup-sqlite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/setup-sqlite.sh b/contrib/setup-sqlite.sh index f6fb41dea..47fd50425 100755 --- a/contrib/setup-sqlite.sh +++ b/contrib/setup-sqlite.sh @@ -4,7 +4,7 @@ set -e cd /tmp # cleanup previously downloaded and unpacked files. -rm sqlite-autoconf-3081101.tar.gz +rm -rf sqlite-autoconf-3081101.tar.gz rm -rf sqlite-autoconf-3081101 # download sqlite