From: Elan Ruusamäe Date: Sat, 6 Mar 2021 07:32:05 +0000 (+0200) Subject: relup: use bash for bashism X-Git-Tag: auto/th/rpm-build-tools-4.10-1~9 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm-build-tools.git;a=commitdiff_plain;h=45baae4 relup: use bash for bashism [[ is not in posix, so use bash refs ca4511620637474a7fc900ea68df5ffa4529f1b7 --- 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.