save a variable

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-25 01:17:48 +01:00
parent 5433befd4a
commit 8aa560d111
1 changed files with 1 additions and 3 deletions

View File

@ -159,9 +159,7 @@ __cdist_remote_type_explorer_dir()
__cdist_type_gencode() __cdist_type_gencode()
{ {
local type="$1" echo "${__cdist_type_dir}/$1/${__cdist_name_gencode}"
echo "${__cdist_type_dir}/${type}/${__cdist_name_gencode}"
} }
__cdist_type_param_file() __cdist_type_param_file()