commit: f9688c8c486dfa387d9f29f8192488f9a3b7cf14 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 16:16:47 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 16:16:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f9688c8c
tests/quse: really need a recent bash Use bash from Prefix, if possible, it's most likely more up-to-date. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> tests/quse/dotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/quse/dotest b/tests/quse/dotest index ed0511d..850f393 100755 --- a/tests/quse/dotest +++ b/tests/quse/dotest @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash . ../init.sh || exit 1
