--- misc/scripts/shell/build.sh 2004/03/31 21:15:58 1.14 +++ misc/scripts/shell/build.sh 2005/02/10 17:57:59 1.15 @@ -4,7 +4,7 @@ # builds new-style dists from cvs source, and puts them # in a single location for download (eg. snapshots) # -# $Id: build.sh,v 1.14 2004/03/31 21:15:58 tdb Exp $ +# $Id: build.sh,v 1.15 2005/02/10 17:57:59 tdb Exp $ # base directory for staging STAGING=/u1/i-scream/staging @@ -34,7 +34,7 @@ iscreambuild() { else cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" > build/ChangeLog fi - LIBRARIES=eval `grep "LIBRARIES=" configure` + LIBRARIES=`eval \`grep "LIBRARIES=" configure\`` for LIB in $LIBRARIES; do fetchlib $LIB cp $DISTFILES/$LIB build/lib