[packages/rpm-build-tools] relup: use bash for bashism
glen
glen at pld-linux.org
Sat Mar 6 08:34:13 CET 2021
commit 45baae4c1e4e59bc3d20dc53bb958d27fa792f0c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sat Mar 6 09:32:05 2021 +0200
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.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/45baae4c1e4e59bc3d20dc53bb958d27fa792f0c
More information about the pld-cvs-commit
mailing list