]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
relup: use bash for bashism
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 6 Mar 2021 07:32:05 +0000 (09:32 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 6 Mar 2021 07:32:54 +0000 (09:32 +0200)
[[ is not in posix, so use bash

refs ca4511620637474a7fc900ea68df5ffa4529f1b7

relup.sh

index 8267436e1efc2c5cc295941189c01a0176365044..18977d7e405299522481c334c971d38c2f36c96e 100755 (executable)
--- 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.
 # script to run after "release bump" style change.
 # takes Release from spec and creates commit with message
 # groups similiar commits together.
This page took 0.068966 seconds and 4 git commands to generate.