]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix last patch.
authorBruno Haible <bruno@clisp.org>
Mon, 8 May 2006 13:24:03 +0000 (13:24 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:14 +0000 (12:13 +0200)
gettext-tools/m4/javacomp.m4

index 0253ada9db375f8225a0905b2aa5414f006329f3..967fd180db2812817d0c204de43bac145c87e981 100644 (file)
@@ -123,13 +123,13 @@ changequote([,])dnl
     # Use POSIX od.
     func_classfile_version ()
     {
-      od -A n -t d1 -j 7 -N 1 "$1"
+      od -A n -t d1 -j 7 -N 1 "[$]1"
     }
   else
     # Use BSD hexdump.
     func_classfile_version ()
     {
-      dd if="$1" bs=1 count=1 skip=7 2>/dev/null | hexdump -e '1/1 "%3d "'
+      dd if="[$]1" bs=1 count=1 skip=7 2>/dev/null | hexdump -e '1/1 "%3d "'
       echo
     }
   fi