Re: [lfs-dev] jhalfs's error log

2012-02-18 Thread Pierre Labastie
Le 18/02/2012 00:49, Matt Burgess a écrit : > > I'm not sure your fix is right though. Being a pedant, the last 2 > commands in the validxml target have nothing to do with validating the > XML; that is obviously achieved by the call to xmllint. Then again, > those last 2 commands are required in o

Re: [lfs-dev] jhalfs's error log

2012-02-18 Thread Thomas Pegg
On Feb 17, 2012, at 5:22 PM, Bruce Dubbs wrote: > Thomas Pegg wrote: > >> cd ${PROGNAME}-$LFSVRS; bash process-scripts.sh >> $LOGDIR/$LOG 2>&1 ; cd .. > > May I suggest: pushd ${PROGNAME}-$LFSVRS; ...; popd > > It's a little more robust. Yes, your right, I always forget about that construct.