View | Details | Raw Unified | Return to bug 54834 | Differences between
and this patch

Collapse All | Expand All

(-)make-certificates_old.sh (-1 / +1 lines)
Lines 346-352 Link Here
346
346
347
get_cert_name_from_id () {
347
get_cert_name_from_id () {
348
	if ! [ -z "$1" ]; then
348
	if ! [ -z "$1" ]; then
349
		list_cert_names_all | awk -v id="$1" '$1 == id {print $2}'
349
		list_cert_names_all | awk -v id="$1" '("x" id)==("x" $1) {print $2}'
350
	fi
350
	fi
351
}
351
}
352
352

Return to bug 54834