[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Suspend2-devel] Re: [WARNING] kernel-patch-suspend2 buggy



On Sun, Mar 06, 2005 at 10:12:02AM +0100, Vincent Bernat wrote:

> OoO En ce milieu de nuit étoilée du dimanche 06 mars 2005, vers 03:47,
> martin f krafft <madduck@debian.org> disait:
> 
> > -  echo E: this calls for suicide... okay, I'll try to continue instead... >&2
> > +  echo E: this calls for suicide, but I will try to continue... >&2
> 
> Are you  sure that your  patch is  complete ? I  don't see how  such a
> patch could fix something. :)

Note the apostrophe which was removed - it means that the shell doesn't
try to interpret the remainder of the script as an argument to echo.

Wrapping everything in double-quotes would work too, without having to
re-word the message; e.g.

-  echo E: this calls for suicide... okay, I'll try to continue instead... >&2
+  echo "E: this calls for suicide... okay, I'll try to continue instead..." >&2

Cameron


Attachment: signature.asc
Description: Digital signature


Reply to: