Bug#292777: Here is a patch

2005-01-29 Thread Anthony DeRobertis
On Sat, Jan 29, 2005 at 04:40:44PM -0500, Justin Pryzby wrote: > Quoting is also possible with $''; all one needs to do is loop around > the given string and protect \ and ': $'' is a bash extension. It won't protect you if /bin/sh is, e.g., dash. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Bug#292777: Here is a patch

2005-01-29 Thread Justin Pryzby
On Sat, Jan 29, 2005 at 03:36:37PM -0500, Anthony DeRobertis wrote: > Package: imms > Version: 2.0.1-3 > Followup-For: Bug #292777 > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Attached. I have only briefly tested this, so beware. This patch works > by getting rid of the call to popen (

Bug#292777: Here is a patch

2005-01-29 Thread Anthony DeRobertis
Package: imms Version: 2.0.1-3 Followup-For: Bug #292777 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Attached. I have only briefly tested this, so beware. This patch works by getting rid of the call to popen (and thus the shell). It replaces it with pipe, fork, exec, etc. - -- System Informati