if I echo a filename with double spaces without putting it in quotes it turns that double into a single, probably because spaces signify args.
remove_double="`echo "$thumbnail_orig" | sed 's/ */ /g'`";
if I echo a filename with double spaces without putting it in quotes it turns that double into a single, probably because spaces signify args.
remove_double="`echo "$thumbnail_orig" | sed 's/ */ /g'`";