diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-06-10 18:16:47 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-10 18:16:47 +0200 |
commit | f9688c8c486dfa387d9f29f8192488f9a3b7cf14 (patch) | |
tree | f77c98f4f6ce8774334112696c65a35938287231 /tests | |
parent | qmerge: rework config_protected (diff) | |
download | portage-utils-f9688c8c486dfa387d9f29f8192488f9a3b7cf14.tar.gz portage-utils-f9688c8c486dfa387d9f29f8192488f9a3b7cf14.tar.bz2 portage-utils-f9688c8c486dfa387d9f29f8192488f9a3b7cf14.zip |
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@gentoo.org>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/quse/dotest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quse/dotest b/tests/quse/dotest index ed0511dc..850f393d 100755 --- a/tests/quse/dotest +++ b/tests/quse/dotest @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash . ../init.sh || exit 1 |