FIX: Running Python things while being in this directory may fail as there was a 'copy.py' file (expect a 'AttributeError: module 'copy' has no attribute 'deepcopy'

This commit is contained in:
Julien Palard 2017-04-21 10:33:49 +02:00
parent c9edfb129b
commit 64b37f3324
2 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
rm -fr /tmp/.dotfiles/
git clone -q git@github.com:JulienPalard/dotfiles.git /tmp/.dotfiles/ &&
/tmp/.dotfiles/copy.py /tmp/.dotfiles/ ~/ --exclude README.md .git copy.py install.sh __pycache__ &&
/tmp/.dotfiles/interactive_copy.py /tmp/.dotfiles/ ~/ --exclude README.md .git copy.py install.sh __pycache__ &&
rm -fr /tmp/.dotfiles/