r126 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sun Aug 20 22:52:24 UTC 2006


Author: madduck
Date: 2006-08-20 22:52:23 +0000 (Sun, 20 Aug 2006)
New Revision: 126

Modified:
   mdadm/trunk/debian/mdadm.postinst
Log:
fix

Modified: mdadm/trunk/debian/mdadm.postinst
===================================================================
--- mdadm/trunk/debian/mdadm.postinst	2006-08-20 22:50:11 UTC (rev 125)
+++ mdadm/trunk/debian/mdadm.postinst	2006-08-20 22:52:23 UTC (rev 126)
@@ -124,7 +124,7 @@
     # changelog). Do this before update-initramfs, which copies udev into
     # initrd.
     V=2.5.3.git200608202239-1~
-    if "$1" = "configure" ] && [ -n "${2:-}" ] \
+    if [ "$1" = "configure" ] && [ -n "${2:-}" ] \
         && dpkg --compare-versions $2 ge 2.5.2-10 \
         && dpkg --compare-versions $2 lt $V; then
 




More information about the pkg-mdadm-commits mailing list