1
0
Fork 0
This commit is contained in:
Luca Beltrame 2020-09-19 10:43:39 +02:00
parent b6ec370cee
commit a9e720cf22
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -11,7 +11,7 @@ function version_gt() {
function cleanup() {
local tmpdir=$1
if [ -n "$(ls -A ${tempdir})" ]; then
if [ -n "$(ls -A ${tmpdir})" ]; then
rm -r "${tmpdir:?}"/*
fi
rmdir "${tmpdir}"