Fixed script.

svn path=/trunk/; revision=4661
This commit is contained in:
2004-11-06 16:55:27 +00:00
parent e28c541850
commit e2f3d5db78
+1 -1
View File
@@ -17,7 +17,7 @@ if test $? -ne 0; then
exit 1
fi
for focus in ${DEST}/*; do
for focus in ${TMP}/*; do
ln -s ${SOURCE} ${focus}/source
done