source: trunk/third/gnome-vfs2/test/vfs-run.in @ 18317

Revision 18317, 343 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18316, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#! /bin/sh
2
3# Wrapper for VFS test programs.  It makes sure the modules are loaded
4# from the build directory instead of the system one.
5
6GNOME_VFS_MODULE_PATH=@TOP_BUILDDIR@/modules/.libs
7export GNOME_VFS_MODULE_PATH
8
9echo "VFS modules will be loaded from $GNOME_VFS_MODULE_PATH"
10
11PATH=.:$PATH
12export PATH
13
14exec $@
15
16echo "$0: cannot exec "$@
Note: See TracBrowser for help on using the repository browser.