On 05-12-2007 12:32:29 +0100, Sjoerd Mullender wrote:
+ file=$(eval echo ${file})
This does not work if $file contains "funny" characters. It will also
collapse multiple spaces in $file to a single space.
Which luckily are not in there, so it's all fine.