run: rename 'check_installed' to 'installed_command'

issue genodelabs/genode#2853
This commit is contained in:
Sebastian Sumpf
2018-06-20 10:44:15 +02:00
committed by Christian Helmuth
parent 2e3f012eca
commit 62de16158d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
set sha256sum [check_installed sha256sum]
set sha256sum [installed_command sha256sum]
build {
core init

View File

@@ -12,7 +12,7 @@ build {
create_boot_directory
set sha256sum [check_installed sha256sum]
set sha256sum [installed_command sha256sum]
set ld_digest [lindex [exec $sha256sum bin/ld-linux.lib.so] 0]