From 676d430c1145af7cb1b1cfefb4b654bb1fe06236 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Wed, 13 Jan 2021 10:19:49 +0100 Subject: [PATCH] Fixed shebang Not every OS has bash in the path used before. Let `/usr/bin/env` search for the correct path of bash. --- script/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/changelog b/script/changelog index cda2ad83..f42a0bd4 100755 --- a/script/changelog +++ b/script/changelog @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Usage: script/changelog [-r ] [-b ] [-h ] # # repo: BASE string of GitHub REPOsitory url. e.g. "user_or_org/REPOsitory". Defaults to git remote url. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy