mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 23:50:00 -04:00
don't use bash syntax
This commit is contained in:
parent
398fb41f28
commit
abbc29e54a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
Prog_Name=${0##*/}
|
||||
Prog_Name=`echo "${0}" | sed 's;.*/;;'`
|
||||
|
||||
MTN=
|
||||
ROOT=
|
||||
|
|
|
|||
Loading…
Reference in a new issue