diff options
Diffstat (limited to 'debian/runq')
-rw-r--r-- | debian/runq | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/runq b/debian/runq index b68b35a..a62522c 100644 --- a/debian/runq +++ b/debian/runq @@ -22,5 +22,6 @@ case $# in ;; * ) ;; esac - -exec /usr/sbin/sendmail -q $* + +COMMAND=/usr/sbin/sendmail +exec $COMMAND -q $* |