mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
packaging: tools: Remove set -x
leftover
This was used for debugging, and ended up being merged with that. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
18fa483d90
commit
560bbffb57
@ -23,7 +23,6 @@ init_env() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build_tool_from_source() {
|
build_tool_from_source() {
|
||||||
set -x
|
|
||||||
tool=${1}
|
tool=${1}
|
||||||
|
|
||||||
echo "build ${tool} from source"
|
echo "build ${tool} from source"
|
||||||
|
Loading…
Reference in New Issue
Block a user