Fix a pathname glitch.

This commit is contained in:
Eric S. Raymond 2007-05-02 18:09:14 +00:00
parent 9f4c02a020
commit 6e9f8f4afc

View file

@ -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$$