spec-create: fix error message

This commit is contained in:
Davide Madrisan 2011-12-18 15:02:51 +01:00
parent 89e3325bea
commit 7ee4298afd

View File

@ -356,7 +356,7 @@ $FUNCNAME: @if:$currvar lev:$if_level val:${if_value[$if_level]})"
;; ;;
@else:*) @else:*)
[ "$if_level" = '0' ] && notify.error "\ [ "$if_level" = '0' ] && notify.error "\
$spec_type ("$"line""#$template_linenum): "$"too many nested @if blocks" $spec_type ("$"line""#$template_linenum): "$"@else without @if statement"
if_value[$if_level]=$(( ! ${if_value[$if_level]} )) if_value[$if_level]=$(( ! ${if_value[$if_level]} ))
notify.debug "\ notify.debug "\
$FUNCNAME: @else:$currvar lev:$if_level val:${if_value[$if_level]})" $FUNCNAME: @else:$currvar lev:$if_level val:${if_value[$if_level]})"