Fix typo in temporary filename
authorkb <k.blammo@gmail.com>
Wed, 30 May 2012 05:15:38 +0000 (07:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 31 May 2012 00:06:42 +0000 (02:06 +0200)
commitbaed7bd5a74557cca8b9375deeb9ea7e400c60ec
tree48f6e734993291367bf8c5e031782b42e0d2276c
parent62fc26df0d0a373daf0333942305238c127da982
Fix typo in temporary filename

The configure script uses the bash $"..." string internationalization
syntax; this generates an error in other shells.
Since this feature is only used in one place it is likely a typo.

Change-Id: I076a785c3901b04175b8669e32c55989385720e3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
configure