summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-20 22:52:23 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-20 22:52:23 +0000
commit7a72e3995c7fc170cc193362caed3f800100a2f1 (patch)
tree391b35d57b22e17b7bac06ed5c953b3e648ef763 /debian/mdadm.postinst
parentb3e90e5d0f32f7204612c84199592a435af04263 (diff)
fix
Diffstat (limited to 'debian/mdadm.postinst')
-rw-r--r--debian/mdadm.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index bef6371e..e9faae2b 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -124,7 +124,7 @@ _eof
# 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