mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
@ -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' "$@"
|
||||||
|
Reference in New Issue
Block a user