Bug#489641: netenv: bashism in /bin/sh script

2008-08-25 Thread Raphael Geissert
Chris Lamb wrote: > tags 489641 + patch > thanks > > Patch attached. >  print_action() >  { > -   echo -e netenv: $* " ... \c"   > +   printf "netenv: $*  ... \c\n" >  } ?! what did you smoke that day Chris? :D right version: > print_action() > { > - echo -e netenv: $* " ... \c" > +

Bug#489641: netenv: bashism in /bin/sh script

2008-08-24 Thread Chris Lamb
tags 489641 + patch thanks Patch attached. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20 diff -urNd netenv-0.94.3.orig/doc/edit-ns-preferences netenv-0.94.3/doc/edit-ns-preferences --- netenv-0.94.3