Fix quoting problem.
This commit is contained in:
parent
6e601aa4d2
commit
9f4c02a020
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ overwrite()
|
|||
|
||||
file=$1; shift
|
||||
new=/tmp/over$$; old=/tmp/under$$
|
||||
trap \'rm -f $new $old ; exit 1\' 1 2 15
|
||||
trap 'rm -f $new $old ; exit 1' 1 2 15
|
||||
|
||||
if PATH=$opath "$@" >$new
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue