fix error output redirection
authorMike Frysinger <vapier@gentoo.org>
Thu, 14 Dec 2006 02:38:10 +0000 (02:38 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 14 Dec 2006 02:38:10 +0000 (02:38 +0000)
sys-apps/module-init-tools/files/module-init-tools-3.2_pre7-abort-on-modprobe-failure.patch

index 2d4c48e491c0f157885ec6c86fcdba6db3fc0220..ed217bdc3cb3bdb9bb7bdf125d087ea6c5e098b2 100644 (file)
@@ -8,7 +8,7 @@ Abort generate-modprobe.conf if modprobe fails, bug #68689.
  
 +modprobe_abort()
 +{
-+    echo Failed to to run modprobe.  Giving up. 2>&1
++    echo Failed to to run modprobe.  Giving up. 1>&2
 +    exit 1
 +}
 +