]> diplodocus.org Git - nmh/blobdiff - etc/sendfiles
picksbr.h: Rename to be alongside implementation.
[nmh] / etc / sendfiles
index b844a1e080ddaf2388afb740043e315294514e3b..ef84015e4aa0cc8fb891273d83533f22f506b37a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 #
 # Sends multiple files and/or directories in a MIME message.
 # Requires tar and any specified compression program.
 #
 # Sends multiple files and/or directories in a MIME message.
 # Requires tar and any specified compression program.
@@ -41,7 +41,7 @@ help() {
 
 die() {
   printf '%s\n' "$usage"
 
 die() {
   printf '%s\n' "$usage"
-  exit ${1:-1}
+  exit 1
 }
 
 bindir=`finddir $0`
 }
 
 bindir=`finddir $0`