phoenix-firestorm/indra/newview/linux_tools
Nat Goodspeed 51018f38a2 IQA-463: fix Linux wrapper.sh (aka secondlife) gridargs.dat handling.
Previous change to wrapper.sh naively read $(<etc/gridargs.dat) directly into
the viewer binary command line. But gridargs.dat contains quoted args as well
as simple space-separated ones: need bash to scan the file using eval. This
was why the older logic used eval on the entire command line. However, we must
use eval only for gridargs.dat so we don't lose individual quoting on
arguments passed to the secondlife script.
2012-03-29 09:53:53 -04:00
..
client-readme-joystick.txt
client-readme-voice.txt
client-readme.txt
handle_secondlifeprotocol.sh
install.sh
launch_url.sh
refresh_desktop_app_entry.sh
register_secondlifeprotocol.sh
wrapper.sh IQA-463: fix Linux wrapper.sh (aka secondlife) gridargs.dat handling. 2012-03-29 09:53:53 -04:00