On Wed, Dec 18, 2013 at 1:10 PM, Ben Pfaff <[email protected]> wrote: > On Wed, Dec 18, 2013 at 09:08:56AM -0800, Gurucharan Shetty wrote: >> Reported-by: Igor Sever <[email protected]> >> Signed-off-by: Gurucharan Shetty <[email protected]> > > Thanks for fixing the problem. > > These commands scare the crap out of me though, because what if > $RPM_BUILD_ROOT is somehow undefined and we end up blowing away every > library on the system? I think that commands of the form > cd "$RPM_BUILD_ROOT" && rm -f usr/lib/lib* > would be marginally safer at least. Yeah, that would have been awkward. Thanks, your suggestion is better.
I sent a v2. > >> +rm -f $RPM_BUILD_ROOT/usr/lib/lib* >> +rm -rf $RPM_BUILD_ROOT/usr/lib > > Thanks, > > Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
