ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/ylwrap
(Generate patch)

Comparing ircd-hybrid-8/ylwrap (file contents):
Revision 1374 by michael, Sun Jan 15 06:28:46 2012 UTC vs.
Revision 1375 by michael, Fri Apr 27 08:01:46 2012 UTC

# Line 3 | Line 3
3  
4   scriptversion=2011-08-25.18; # UTC
5  
6 < # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
7 < # 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
6 > # Copyright (C) 1996-2012 Free Software Foundation, Inc.
7   #
8   # Written by Tom Tromey <tromey@cygnus.com>.
9   #
# Line 32 | Line 31 | scriptversion=2011-08-25.18; # UTC
31  
32   case "$1" in
33    '')
34 <    echo "$0: No files given.  Try \`$0 --help' for more information." 1>&2
34 >    echo "$0: No files given.  Try '$0 --help' for more information." 1>&2
35      exit 1
36      ;;
37    --basedir)
# Line 129 | Line 128 | if test $ret -eq 0; then
128    # The directory holding the input.
129    input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
130    # Quote $INPUT_DIR so we can use it in a regexp.
131 <  # FIXME: really we should care about more than `.' and `\'.
131 >  # FIXME: really we should care about more than '.' and '\'.
132    input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
133  
134    while test "$#" -ne 0; do
# Line 146 | Line 145 | if test $ret -eq 0; then
145      fi
146      if test -f "$from"; then
147        # If $2 is an absolute path name, then just use that,
148 <      # otherwise prepend `../'.
148 >      # otherwise prepend '../'.
149        case "$2" in
150          [\\/]* | ?:[\\/]*) target="$2";;
151          *) target="../$2";;
# Line 162 | Line 161 | if test $ret -eq 0; then
161          realtarget="$target"
162          target="tmp-`echo $target | sed s/.*[\\/]//g`"
163        fi
164 <      # Edit out `#line' or `#' directives.
164 >      # Edit out '#line' or '#' directives.
165        #
166        # We don't want the resulting debug information to point at
167        # an absolute srcdir; it is better for it to just mention the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines