diff options
Diffstat (limited to 'debian/apt.bug-script')
| -rwxr-xr-x | debian/apt.bug-script | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apt.bug-script b/debian/apt.bug-script index b22671268..eae54fe69 100755 --- a/debian/apt.bug-script +++ b/debian/apt.bug-script @@ -1,4 +1,5 @@ -#!/bin/bash -e +#!/bin/bash +set -e cat <<EOF I can automatically include various information about your apt configuration in |
