X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fprep.c;h=6fd1d6b123f22488b24662059152327fdc87ab24;hp=ab5b4bc4748ec494bc5f87de7bfc4a7d3f8c245f;hb=01fedcde05c930c1413e9fe0909fa1da1f360cdf;hpb=4a9b979a3199dfef64a342f05d666da540203a7c diff --git a/fish/prep.c b/fish/prep.c index ab5b4bc..6fd1d6b 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -156,12 +156,6 @@ struct prep_data { prep_data * create_prepared_file (const char *type_string, const char *filename) { - if (access (filename, F_OK) == 0) { - fprintf (stderr, _("guestfish: file '%s' exists and the '-N' option will not overwrite it\n"), - filename); - exit (EXIT_FAILURE); - } - prep_data *data = parse_type_string (type_string); if (data->prep->prelaunch) data->prep->prelaunch (filename, data);