summaryrefslogtreecommitdiff
path: root/lib/copy-vmresources.sh.in
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-12-17 22:56:36 +0000
committerMark Wielaard <mark@klomp.org>2005-12-17 22:56:36 +0000
commit63e41c9d2dcf730c8c4e151ec89b69ad7bb5a516 (patch)
treeec9715495497fbe6462265f38b1445198e6684ea /lib/copy-vmresources.sh.in
parente3fdcbf7100bc3a1902db52328fc7bd073de470f (diff)
downloadclasspath-63e41c9d2dcf730c8c4e151ec89b69ad7bb5a516.tar.gz
2005-12-17 Mark Wielaard <mark@klomp.org>
* lib/copy-vmresources.sh.in: Use dot '.' for find after changing dir to target directory.
Diffstat (limited to 'lib/copy-vmresources.sh.in')
-rw-r--r--lib/copy-vmresources.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/copy-vmresources.sh.in b/lib/copy-vmresources.sh.in
index a04ebebee..39b3292e7 100644
--- a/lib/copy-vmresources.sh.in
+++ b/lib/copy-vmresources.sh.in
@@ -21,7 +21,7 @@ for p in ${vmdirs}; do
fi;
(cd ${p};
- resfiles=`find ${p} -name "*.properties"`
+ resfiles=`find . -name "*.properties"`
resdirs=
for i in ${resfiles}; do
a=`basename ${i}`;