Re: Using CYGWIN Patch command [ help please]

From: Welcor (welcor@dune.net)
Date: 10/09/01


----- Original Message -----
From: "Griffin Hernandez" <griffent@SOFTCOM.NET>
> I am having problems patching Oasis into my mud. I cant get the patch
> program to work. it is installed any everything, it keeps saying maybe
> should have used a different option. when i type in patch -c > Oasiso~1.pat

1. Your redirection is invalid - you're trying to pass the results of the
   patch to a file named Oasiso~1.pat. Try
     patch -c <Oasiso~1.pat
   instead.

2. have you tried other options, as the error suggests ? For example:
     patch -u <Oasiso~1.pat
     patch <Oasiso~1.pat

Welcor

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/06/01 PST