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() {
|
function cleanup() {
|
||||||
local tmpdir=$1
|
local tmpdir=$1
|
||||||
if [ -n "$(ls -A ${tempdir})" ]; then
|
if [ -n "$(ls -A ${tmpdir})" ]; then
|
||||||
rm -r "${tmpdir:?}"/*
|
rm -r "${tmpdir:?}"/*
|
||||||
fi
|
fi
|
||||||
rmdir "${tmpdir}"
|
rmdir "${tmpdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue