mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-01 18:40:34 +03:00
Changed rm command to use force
This commit is contained in:
parent
1e56ed8c00
commit
9d5db408c5
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# install extra test images
|
# install extra test images
|
||||||
|
|
||||||
rm -r test_images
|
rm -rf test_images
|
||||||
|
|
||||||
# Use SVN to just fetch a single git subdirectory
|
# Use SVN to just fetch a single git subdirectory
|
||||||
svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
|
svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
|
||||||
|
|
Loading…
Reference in New Issue
Block a user