r4226 - dists/trunk/utils/mkvmlinuz/mkvmlinuz

Sven Luther luther at costa.debian.org
Fri Sep 16 08:33:40 UTC 2005


Author: luther
Date: 2005-09-16 08:33:39 +0000 (Fri, 16 Sep 2005)
New Revision: 4226

Modified:
   dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz
Log:
Fixed some typos ...


Modified: dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz
===================================================================
--- dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz	2005-09-16 08:24:04 UTC (rev 4225)
+++ dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz	2005-09-16 08:33:39 UTC (rev 4226)
@@ -213,9 +213,9 @@
 # create the compressed initrd image file
 if test -n "$initrd"; then
     test -z "$verbose" || echo === Creating compressed initrd image initrd.gz...
-    if test -n "$compressed"; then
+    if test -z "$compressed"; then
         # Detect if the file was already compressed by gzip.
-    	if test "`od -A n -c -N 2 $1`" = " 037 213"; then 
+    	if test "`od -A n -c -N 2 $initrd`" = " 037 213"; then 
 	    compressed="Yes"
 	else
 	    compressed="No"




More information about the Kernel-svn-changes mailing list