mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Use 'rmdir' instead of 'rm -r'
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
cc71b4c1b2
commit
ed3cd75630
|
@ -9,4 +9,4 @@ mv $archive/* ../Tests/images/
|
||||||
|
|
||||||
# Cleanup old tarball and empty directory
|
# Cleanup old tarball and empty directory
|
||||||
rm $archive.tar.gz
|
rm $archive.tar.gz
|
||||||
rm -r $archive
|
rmdir $archive
|
||||||
|
|
Loading…
Reference in New Issue
Block a user