Rename redo-oob to redo-unlocked, to more accurately represent its use.

It's still undocumented.  Because you shouldn't run it by hand.  So don't!
It's dangerous!
This commit is contained in:
Avery Pennarun 2010-12-19 01:19:52 -08:00
commit db4c4fc17a
5 changed files with 22 additions and 13 deletions

View file

@ -29,8 +29,9 @@ done
python -mcompileall $LIBDIR
# binaries
for d in redo redo-ifchange redo-ifcreate redo-always redo-stamp redo-oob; do
fix=$(echo $d | sed 's,-,_,g')
for dd in redo*.py; do
d=$(basename $dd .py)
fix=$(echo $d | sed -e 's,-,_,g')
cat >install.wrapper <<-EOF
#!/usr/bin/python
import sys, os;