From 8cbd10d36265438420d16cf1fea470c37bfb0fb2 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 28 Jun 2005 21:47:20 +0000 Subject: r1770: releasing version 4.9.3 --- autoscripts/postrm-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts') diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules index 804f6329..45d65bea 100644 --- a/autoscripts/postrm-modules +++ b/autoscripts/postrm-modules @@ -1,3 +1,3 @@ if [ -x /sbin/update-modules ]; then - update-modules >/dev/null || [ "$?" = 3] + update-modules >/dev/null || [ "$?" = 3 ] fi -- cgit v1.2.3