X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fupdate-bugdoctxt;h=6c4ece0cf24c151d5f38ec4380350114cdfd4337;hb=0f78345ffd4d3fc772a590178ea9dea1113a7d41;hp=d5568f58ce23b865bd1c7c95b615ec9c9eafd70c;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/scripts/debian/update-bugdoctxt b/scripts/debian/update-bugdoctxt index d5568f58..6c4ece0c 100755 --- a/scripts/debian/update-bugdoctxt +++ b/scripts/debian/update-bugdoctxt @@ -1,6 +1,9 @@ -#!/bin/sh -e +#!/bin/bash -. vars +set -e + +export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars +. $SCRIPTVARS export TERM=linux