summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postrm-modules2
1 files changed, 1 insertions, 1 deletions
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