]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
mkeys: use $() instead of back quotes
authorMark Andrews <marka@isc.org>
Fri, 1 Apr 2022 05:19:01 +0000 (16:19 +1100)
committerMichal Nowak <mnowak@isc.org>
Tue, 9 Aug 2022 13:45:11 +0000 (15:45 +0200)
bin/tests/system/mkeys/ns6/setup.sh

index 4cfeaa279f5da8dc50d0bf6c524dfdf75450b6b7..fcbd28774f273213d237cc07fb0000db3d6ab309 100644 (file)
@@ -24,7 +24,7 @@ unsupportedkey=Kunknown.+255+00000
 cp unsupported-managed.key "${unsupportedkey}.key"
 
 # root key
-rootkey=`cat ../ns1/managed.key`
+rootkey=$(cat ../ns1/managed.key)
 cp "../ns1/${rootkey}.key" .
 
 # Configure the resolving server with an initializing key.