On 11/15/2010 11:06 PM, Ralf Wildenhues wrote:
Exactly.What might work is have bootstrap exec a temporary script that updates bootstrap then exec's that again.
Something like this exec sh -c 'mv tmp-script this-script; exec sh this-script "$@"' -- "$@" ? Paolo