don't fail to delete if sqlite zip does not exist
This commit is contained in:
parent
e8b43455ed
commit
3d9a0665d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue