From 62977ea23a68e3da6da0183b858abd38c3c0ec9f Mon Sep 17 00:00:00 2001 From: thdox Date: Sun, 8 Feb 2015 16:29:23 +0100 Subject: SC2112 'function' keyword is non-standard. Delete it. http://www.shellcheck.net/ [ci skip] --- tools/prepare-commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/prepare-commit-msg') diff --git a/tools/prepare-commit-msg b/tools/prepare-commit-msg index ab351760..e8150dd1 100755 --- a/tools/prepare-commit-msg +++ b/tools/prepare-commit-msg @@ -5,7 +5,7 @@ # Add [ci skip] to the commit message unless there are changes to files # that are relevant for testing such as src/*, test/*, ledger3.texi, ... -function add_ci_skip() +add_ci_skip () { pattern="$1"; shift source="$1" -- cgit v1.2.3