Skip to content
Snippets Groups Projects
Commit 6aaeb541 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: added spaces

parent 6c0d9d10
No related branches found
No related tags found
No related merge requests found
...@@ -361,7 +361,7 @@ prepare_cmd() { ...@@ -361,7 +361,7 @@ prepare_cmd() {
check_argument_notempty "${stage}" check_argument_notempty "${stage}"
local key local key
local cmd local cmd
key=$(printf "%11s%4s%9s" "${mode}" "${ftype}" "${stage}"|sed -e "y/ /_/") key=$(printf "%11s%4s%9s" "${mode}" "${ftype}" "${stage}" | sed -e "y/ /_/")
check_argument_notempty "${key}" check_argument_notempty "${key}"
debug "prepare_cmd, key=${key}" debug "prepare_cmd, key=${key}"
if [[ -n ${validators[${key}]:+1} ]]; then if [[ -n ${validators[${key}]:+1} ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment