Remove safety measure now that's validated
Also prevent sundries from filling up.
This commit is contained in:
parent
3fa172f847
commit
4eee290230
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ OLD=$(mktemp -d -t fedora_docs_trans_XXXX)
|
||||||
cd $OLD
|
cd $OLD
|
||||||
|
|
||||||
function clean_tmp() {
|
function clean_tmp() {
|
||||||
[ -n "$OLD" ] && echo rm -Rf "$OLD"
|
[ -n "$OLD" ] && rm -Rf "$OLD"
|
||||||
}
|
}
|
||||||
|
|
||||||
trap clean_tmp exit
|
trap clean_tmp exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue