commit 769c6a981d7734fe920f59790dcca00819f03356 from: Thomas Adam date: Wed Sep 07 00:24:39 2022 UTC portable: maintscript: use env for bash Set this script's shebang line to use env to look for bash, as bash isn't always guaranteed to be installed to /bin, especally on BSD systems. commit - 80ca8b0f888ae433e7e8e39317ab5647687e2c23 commit + 769c6a981d7734fe920f59790dcca00819f03356 blob - 532a9873eb66a776c0cac3b870884a777a0db172 blob + 150fc8a96782fde711c03b2c9a75707d7e06e3aa --- maintscripts/sync-upstream.sh +++ maintscripts/sync-upstream.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Script to sync changes from upstream to -portable #