mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 15:02:55 +00:00
Avoid infinite loop
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
98a79cdb23
commit
e03088b29e
@ -11,7 +11,8 @@
|
|||||||
# VERBOSE_LOGS=1
|
# VERBOSE_LOGS=1
|
||||||
|
|
||||||
# Locate original tool
|
# Locate original tool
|
||||||
ORIGINAL_TOOL=$(type -ap "${TOOL}" | grep -v -Fx "$0" | head -n1)
|
TOOL_WITH_PATH=$(dirname "$0")/$TOOL
|
||||||
|
ORIGINAL_TOOL=$(type -ap "${TOOL}" | grep -v -Fx "$TOOL_WITH_PATH" | head -n1)
|
||||||
|
|
||||||
print_quoted_args() {
|
print_quoted_args() {
|
||||||
# similar to printf '%q' "$@"
|
# similar to printf '%q' "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user