summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/script2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f479eb9..78a6922 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,8 +16,9 @@ initramfs-tools (0.91) UNRELEASED; urgency=low
* scripts/{functions,nfs}: Split networking code in separate function.
Thanks Vagrant Cascadian <vagrant+debianbugs@freegeek.org> for the patch.
* update-initramfs: Don't check for ro /boot inside of a chroot.
+ * debian/script: Fix syntax of MODULES=dep block.
- -- maximilian attems <maks@debian.org> Tue, 04 Sep 2007 11:34:15 +0200
+ -- maximilian attems <maks@debian.org> Fri, 07 Sep 2007 15:10:11 +0200
initramfs-tools (0.90a) unstable; urgency=high
diff --git a/debian/script b/debian/script
index 3aaacd0..706a84d 100755
--- a/debian/script
+++ b/debian/script
@@ -32,7 +32,7 @@ if [ -r /etc/crypttab ]; then
echo
fi
-if [ grep -q "MODULES=dep" /etc/initramfs-tools/initramfs.conf ]; then
+if grep -q "MODULES=dep" /etc/initramfs-tools/initramfs.conf ; then
echo "-- /sys/block"
ls /sys/block
echo