Typo
This commit is contained in:
parent
b6ec370cee
commit
a9e720cf22
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue