From 883f8b485f87ad0483ae3d402dc1db0383f52711 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 9 Mar 2019 19:51:33 -0600 Subject: [PATCH] Convert fetch-indexes to Bash. --- fetch-indexes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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