]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: Add "set -e" to uuid-runtime's prerm script
authorTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 05:55:32 +0000 (00:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 05:55:32 +0000 (00:55 -0500)
This addresses a Lintian warning.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/uuid-runtime.prerm

index 241d7a0bc56afd905b260fb80eeb7f6457974f51..904e16164b17676efe643d4f34c376595168e4a6 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-
+set -e
 if [ -x /usr/sbin/uuidd ]
 then
        /usr/sbin/uuidd -k || true