ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/build.sh
(Generate patch)

Comparing misc/scripts/shell/build.sh (file contents):
Revision 1.14 by tdb, Wed Mar 31 21:15:58 2004 UTC vs.
Revision 1.15 by tdb, Thu Feb 10 17:57:59 2005 UTC

# Line 34 | Line 34 | iscreambuild() {
34      else
35          cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" > build/ChangeLog
36      fi
37 <    LIBRARIES=eval `grep "LIBRARIES=" configure`
37 >    LIBRARIES=`eval \`grep "LIBRARIES=" configure\``
38      for LIB in $LIBRARIES; do
39          fetchlib $LIB
40          cp $DISTFILES/$LIB build/lib

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines