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:
parent
ca7a1de4e3
commit
db4c4fc17a
5 changed files with 22 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue