Whamcloud - gitweb
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 241d7a0..904e161 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-
+set -e
 if [ -x /usr/sbin/uuidd ]
 then
        /usr/sbin/uuidd -k || true