Fix a pathname glitch.
This commit is contained in:
parent
9f4c02a020
commit
6e9f8f4afc
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ overwrite()
|
|||
# Replace a file with itself filtered by a command
|
||||
{
|
||||
opath=$PATH
|
||||
PATH=/bin:usr/bin
|
||||
PATH=/bin:/usr/bin
|
||||
|
||||
file=$1; shift
|
||||
new=/tmp/over$$; old=/tmp/under$$
|
||||
|
|
Loading…
Add table
Reference in a new issue