#!/bin/sh #script to launch GRASS commands (workaround for systems #with xterm is setuid/setgid #http://grass.itc.it/pipermail/grass5/2004-September/015409.html LD_LIBRARY_PATH_VAR=$GRASS_LD_LIBRARY_PATH export LD_LIBRARY_PATH_VAR exec "$@"