mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:22:05 -04:00
remove more bashisms
This commit is contained in:
parent
85347d06fa
commit
700ed39d36
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ BEGIN {
|
|||
# rev_date: The date of the revision.
|
||||
#
|
||||
get_rev_info_into_vars() {
|
||||
rev_base_id=$(call_mtn automate get_base_revision_id)
|
||||
rev_base_id=`call_mtn automate get_base_revision_id`
|
||||
|
||||
if call_mtn status | grep "no changes" >/dev/null; then
|
||||
rev_modified=false
|
||||
|
|
@ -99,7 +99,7 @@ get_rev_info_into_vars() {
|
|||
fi
|
||||
|
||||
# The following defines several rev_* variables.
|
||||
eval $(extract_certs ${rev_base_id})
|
||||
eval `extract_certs ${rev_base_id}`
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue