diff --git a/fetch-indexes b/fetch-indexes index b5469fa..1a42755 100755 --- a/fetch-indexes +++ b/fetch-indexes @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # download current package indexes to data/{,-proposed}/ for running # britney against a PPA. The PPA will play the role of "-proposed" (i. e. # "unstable" in britney terms, containing the updated packages to test), the @@ -23,7 +23,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. config.sh +source config.sh set -u