makechrootpkg: Quote directory passed to `rm -rf`.

This commit is contained in:
Luke Shumaker 2017-04-02 04:09:59 -04:00 committed by Jan Alexander Steffens (heftig)
parent 253bb4c8d4
commit f9d9db474a
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ download_sources() {
(( $? != 0 )) && die "Could not download sources."
# Clean up garbage from verifysource
rm -rf $builddir
rm -rf "$builddir"
}
move_products() {