On Sun, Mar 17, 2013 at 08:12:49AM +0100, Antoine Jacoutot wrote: > On Sat, Mar 16, 2013 at 08:47:51PM -0400, Jiri B wrote: > > Hi, > > > > I'm curious how to suppress 'Error deleting directory' warnings? > > It is quite obvious if I put @extraunexec rm -rf $path and it is > > show to user that something is still in the paths... > > > > But @extraunexec does not know about commant, it just declares > > command to be run. > > What do you mean it "does not know about commant"?
That is does not know that the command is `rm -rf $path' :) jirib