save a variable
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5433befd4a
commit
8aa560d111
1 changed files with 1 additions and 3 deletions
|
@ -159,9 +159,7 @@ __cdist_remote_type_explorer_dir()
|
|||
|
||||
__cdist_type_gencode()
|
||||
{
|
||||
local type="$1"
|
||||
|
||||
echo "${__cdist_type_dir}/${type}/${__cdist_name_gencode}"
|
||||
echo "${__cdist_type_dir}/$1/${__cdist_name_gencode}"
|
||||
}
|
||||
|
||||
__cdist_type_param_file()
|
||||
|
|
Loading…
Reference in a new issue