K 10 svn:author V 6 daichi K 8 svn:date V 27 2003-07-18T05:43:27.000000Z K 7 svn:log V 306 update www/thumbnail_index: use `/bin/pwd -L` instead of `pwd` - When using NFS and symbolic link, and wanting not to show the real path in the output of thumbnail_index, "cwd=`pwd`" is not good. "cwd=`/bin/pwd -L'" seems better. PR: 53128 Submitted by: NAKAJI Hiroyuki END