From 45baae4c1e4e59bc3d20dc53bb958d27fa792f0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 6 Mar 2021 09:32:05 +0200 Subject: [PATCH] relup: use bash for bashism [[ is not in posix, so use bash refs ca4511620637474a7fc900ea68df5ffa4529f1b7 --- relup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relup.sh b/relup.sh index 8267436..18977d7 100755 --- a/relup.sh +++ b/relup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # script to run after "release bump" style change. # takes Release from spec and creates commit with message # groups similiar commits together. -- 2.43.0