source: trunk/third/evolution/shell/evolution-nognome.in @ 17562

Revision 17562, 214 bytes checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17561, which included commits to RCS files with non-trunk default branches.
Line 
1#!/bin/sh
2
3PATH=@prefix@/bin:@GNOME_PREFIX@/bin:${PATH}
4GNOME_PATH=@prefix@:@GNOME_PREFIX@
5LD_LIBRARY_PATH=@prefix@/lib:@GNOME_PREFIX@/lib:${LD_LIBRARY_PATH}
6
7export LD_LIBRARY_PATH GNOME_PATH PATH
8
9exec evolution
Note: See TracBrowser for help on using the repository browser.