Index: fp_fs.c =================================================================== --- fp_fs.c (revision 36377) +++ fp_fs.c (revision 36378) @@ -502,7 +502,7 @@ } #else cmd = malloc(strlen(libshell) + strlen(fullname) + strlen(params) + 16); - sprintf(cmd, "%s%s%s %s", libshell, sep, fullname, params); + sprintf(cmd, "%s%s'%s' %s", libshell, sep, fullname, params); #endif /*fprintf(stderr, " cmd=%s\n", cmd);*/ /* Make a copy of the output of the parametric so rewind() can be called on it */