X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-task;h=1fcccc088b50cfea7e2b64c44408b42f4333ae29;hb=b0613a071b1752650546f91094f8c37096918cb6;hp=cd40167181dbe27fda86529a463172a4a8587985;hpb=77c62d8ce099969468b370ef90806127f31cd925;p=dak.git diff --git a/scripts/debian/byhand-task b/scripts/debian/byhand-task index cd401671..1fcccc08 100755 --- a/scripts/debian/byhand-task +++ b/scripts/debian/byhand-task @@ -1,7 +1,8 @@ -#!/bin/sh +#!/bin/bash set -u set -e +set -o pipefail if [ $# -lt 4 ]; then echo "Usage: $0 filename version arch changes_file"