X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-task;h=1fcccc088b50cfea7e2b64c44408b42f4333ae29;hb=7066337f607d0b8e116557a94ab2d4978094f2be;hp=cd40167181dbe27fda86529a463172a4a8587985;hpb=4b496eda40b5acbcaa7d859390f3a9324f78b43d;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"