File: magjson-script.in

package info (click to toggle)
magics%2B%2B 2.30.0-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 105,040 kB
  • ctags: 32,903
  • sloc: cpp: 185,631; xml: 18,565; ansic: 11,002; perl: 6,357; python: 4,065; sh: 802; f90: 278; asm: 271; makefile: 157
file content (11 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#set -x

# Platform dependent variables
export MAGPLUS_HOME=@MAGICS_INSTALL_PATH@
export LD_LIBRARY_PATH=$MAGPLUS_HOME/lib/:$2:$LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH

# Call the real mars script
exec $MAGPLUS_HOME/bin/magjsonx "$@"