mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
don't use bash syntax
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
Prog_Name=${0##*/}
|
||||
Prog_Name=`echo ${0} | sed 's;.*/;;'`
|
||||
|
||||
MTN=
|
||||
ROOT=
|
||||
|
Reference in New Issue
Block a user