[Pcsclite-cvs-commit] r6465 - /trunk/Drivers/ccid/ylwrap

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Sep 14 07:46:16 UTC 2012


Author: rousseau
Date: Fri Sep 14 07:46:16 2012
New Revision: 6465

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6465
Log:
Updated version from autoamake-1.12

Modified:
    trunk/Drivers/ccid/ylwrap

Modified: trunk/Drivers/ccid/ylwrap
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/ylwrap?rev=6465&op=diff
==============================================================================
--- trunk/Drivers/ccid/ylwrap (original)
+++ trunk/Drivers/ccid/ylwrap Fri Sep 14 07:46:16 2012
@@ -3,8 +3,7 @@
 
 scriptversion=2011-08-25.18; # UTC
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
-# 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
 #
 # Written by Tom Tromey <tromey at cygnus.com>.
 #
@@ -32,7 +31,7 @@
 
 case "$1" in
   '')
-    echo "$0: No files given.  Try \`$0 --help' for more information." 1>&2
+    echo "$0: No files given.  Try '$0 --help' for more information." 1>&2
     exit 1
     ;;
   --basedir)
@@ -129,7 +128,7 @@
   # The directory holding the input.
   input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
   # Quote $INPUT_DIR so we can use it in a regexp.
-  # FIXME: really we should care about more than `.' and `\'.
+  # FIXME: really we should care about more than '.' and '\'.
   input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
 
   while test "$#" -ne 0; do
@@ -146,7 +145,7 @@
     fi
     if test -f "$from"; then
       # If $2 is an absolute path name, then just use that,
-      # otherwise prepend `../'.
+      # otherwise prepend '../'.
       case "$2" in
         [\\/]* | ?:[\\/]*) target="$2";;
         *) target="../$2";;
@@ -162,7 +161,7 @@
         realtarget="$target"
         target="tmp-`echo $target | sed s/.*[\\/]//g`"
       fi
-      # Edit out `#line' or `#' directives.
+      # Edit out '#line' or '#' directives.
       #
       # We don't want the resulting debug information to point at
       # an absolute srcdir; it is better for it to just mention the




More information about the Pcsclite-cvs-commit mailing list