File: maxima-local.in

package info (click to toggle)
maxima 5.13.0-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 86,012 kB
  • ctags: 37,294
  • sloc: lisp: 258,538; fortran: 14,666; perl: 14,325; tcl: 10,222; sh: 3,404; makefile: 2,649; ansic: 471; awk: 7
file content (9 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
top_srcdir=`(cd \`dirname $0\` > /dev/null 2>&1 ; pwd)`
MAXIMA_PREFIX=$top_srcdir
export MAXIMA_PREFIX
MAXIMA_LAYOUT_AUTOTOOLS=false
export MAXIMA_LAYOUT_AUTOTOOLS

POSIX_SHELL=@POSIX_SHELL@
exec $POSIX_SHELL $top_srcdir/src/maxima "$@"