check_file_age does not handle filenames with space
Fix for issue https://github.com/nagios-plugins/nagios-plugins/issues/178
The fix for issue #155 (allow wildcard matching) was to use `glob`, which
worked fine for `*` or filenames without spaces. Adding surrounding quotes
makes it work for all cases.