summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/build-rpm-package2
1 files changed, 1 insertions, 1 deletions
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}()."}"