[Pcsclite-cvs-commit] r2798 - /trunk/Drivers/ccid/build/ylwrap

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Feb 6 14:26:19 UTC 2008


Author: rousseau
Date: Wed Feb  6 14:26:18 2008
New Revision: 2798

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2798
Log:
new version

Modified:
    trunk/Drivers/ccid/build/ylwrap

Modified: trunk/Drivers/ccid/build/ylwrap
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/build/ylwrap?rev=2798&op=diff
==============================================================================
--- trunk/Drivers/ccid/build/ylwrap (original)
+++ trunk/Drivers/ccid/build/ylwrap Wed Feb  6 14:26:18 2008
@@ -1,10 +1,10 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
 
-scriptversion=2005-05-14.22
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005
-#   Free Software Foundation, Inc.
+scriptversion=2007-11-22.22
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
+# 2007  Free Software Foundation, Inc.
 #
 # Written by Tom Tromey <tromey at cygnus.com>.
 #
@@ -101,14 +101,14 @@
 # FIXME: add hostname here for parallel makes that run commands on
 # other machines.  But that might take us over the 14-char limit.
 dirname=ylwrap$$
-trap "cd `pwd`; rm -rf $dirname > /dev/null 2>&1" 1 2 3 15
+trap "cd '`pwd`'; rm -rf $dirname > /dev/null 2>&1" 1 2 3 15
 mkdir $dirname || exit 1
 
 cd $dirname
 
 case $# in
-  0) $prog "$input" ;;
-  *) $prog "$@" "$input" ;;
+  0) "$prog" "$input" ;;
+  *) "$prog" "$@" "$input" ;;
 esac
 ret=$?
 




More information about the Pcsclite-cvs-commit mailing list