ncval-annotate: Include function names and inlining context
[nativeclient.git] / tools / sel_ldr.bash
blob7c606bb935b85d0236ef435c6e36823ff9499eb1
1 #!/bin/bash
3 # sel_ldr.bash
4 # A simple shell script for starting up sel_ldr with an enhanced
5 # library path, for Linux. This allows us to install libraries in
6 # a user directory rather than having to put them someplace like
7 # /usr/lib
9 LD_LIBRARY_PATH=$HOME/.mozilla/plugins:$LD_LIBRARY_PATH
10 export LD_LIBRARY_PATH
11 exec $HOME/.mozilla/plugins/sel_ldr_bin $@