submit object_id in gencode

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-22 11:55:11 +01:00
parent 2e0cdf73d9
commit f7e18d94ec
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ if [ -x "$gencode" ]; then
eof
__cdist_exec_fail_on_error "$gencode"
__cdist_exec_fail_on_error "$gencode" "$__cdist_object_id"
fi