fixed typo

This commit is contained in:
rasbt 2014-05-21 17:36:24 -04:00
parent a22919a1fa
commit 80fb307f24

View File

@ -9,7 +9,7 @@
# prepends !#/usr/bin/python to all .py files # prepends !#/usr/bin/python to all .py files
find ./ -maxdepth 1 -name "*.py" -exec sed -i.bak '1i\ find ./ -maxdepth 1 -name "*.py" -exec sed -i.bak '1i\
!#/usr/bin/python #!/usr/bin/env/python
' {} \; ' {} \;
# removes temporary files # removes temporary files