forked from lix-project/lix
11 lines
162 B
Bash
Executable file
11 lines
162 B
Bash
Executable file
#! /bin/sh
|
|
|
|
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/lib:$gtkspell/lib
|
|
|
|
ldd $pan/bin/pan
|
|
|
|
prog=$1
|
|
shift
|
|
|
|
$pan/bin/$prog $*
|