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 | |
---|
6 | GNOME_VFS_MODULE_PATH=@TOP_BUILDDIR@/modules/.libs |
---|
7 | export GNOME_VFS_MODULE_PATH |
---|
8 | |
---|
9 | echo "VFS modules will be loaded from $GNOME_VFS_MODULE_PATH" |
---|
10 | |
---|
11 | PATH=.:$PATH |
---|
12 | export PATH |
---|
13 | |
---|
14 | exec $@ |
---|
15 | |
---|
16 | echo "$0: cannot exec "$@ |
---|
Note: See
TracBrowser
for help on using the repository browser.