From 78d822ccd277fc37dae9faea5a7d3f0058c64482 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Wed, 1 Apr 2015 05:01:00 +0200 Subject: bin/build-rpm-package: make repeat_str() function declaration consistent. --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-rpm-package') diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 5b60fa5..db99a0d 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -170,7 +170,7 @@ check_mock_version_atleast () { # Repeats an input string. # Returns the repeated input string. -repeat_str() { # INPUT COUNT +repeat_str () { # INPUT COUNT typeset INPUT="${1:?"Error: no input string passed to ${FUNCNAME}()."}" typeset COUNT="${2:?"Error: no count passed to ${FUNCNAME}()."}" -- cgit v1.2.3