diff options
author | joey <joey> | 2005-06-28 21:47:20 +0000 |
---|---|---|
committer | joey <joey> | 2005-06-28 21:47:20 +0000 |
commit | 8cbd10d36265438420d16cf1fea470c37bfb0fb2 (patch) | |
tree | b4066dabe17e6590e7f4c1d6e32d3cba9d8da3cc /autoscripts | |
parent | 2261140a15e8e31b8c9e64608ff46df303dc399e (diff) | |
download | debhelper-8cbd10d36265438420d16cf1fea470c37bfb0fb2.tar.gz |
r1770: releasing version 4.9.34.9.3
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postrm-modules | 2 |
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 |