simplify proxy-script
The proxy script assumes that passed arguments are safe from triggering carious forms of shell expansion, and uses needless bash constructs.
This patch simplifies the shell code to always quote variables, and to use only plain shell constructs - and the result is arguably easier to read as an added bonus.
The proxy script assumes that passed arguments are safe from triggering carious forms of shell expansion, and uses needless bash constructs.
This patch simplifies the shell code to always quote variables, and to use only plain shell constructs - and the result is arguably easier to read as an added bonus.
Rebased.
Rebased!
Not needed anymore since proxy script was removed.