From e8cdc4c3d2694b866376ead8bf00399e8081f34a Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Wed, 9 Aug 2023 14:33:01 +0200 Subject: [PATCH] maint: use relative shebang in `maint/bump_nodep` --- maint/bump_nodep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/bump_nodep b/maint/bump_nodep index 0c9face4b..a302bf392 100755 --- a/maint/bump_nodep +++ b/maint/bump_nodep @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Increment the version of one or more crates, without incrementing # the versions of their dependencies.