]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Fixed check for /usr/bin/mail
authorGiuseppe Iuculano <iuculano@debian.org>
Sat, 12 May 2012 10:56:51 +0000 (12:56 +0200)
committerGiuseppe Iuculano <iuculano@debian.org>
Sat, 12 May 2012 10:56:51 +0000 (12:56 +0200)
Closes: #649515
Thanks: Martin von Gagern

debian/10mail

index ff0069e109da20168d990a5686299c422990c6be..f169d59fdc243f80dee8b62ff88706cb03525652 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash -e
 
 # Send mail if /usr/bin/mail exists
-[ -x /usr/bin/mail ] || (echo "Your system does not have /usr/bin/mail.  Install the mailx or mailutils package" ; exit 0)
+[ -x /usr/bin/mail ] || {echo "Your system does not have /usr/bin/mail.  Install the mailx or mailutils package" ; exit 1}
 
 input=$1
 shift