1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

sigaction ==> gdb is internal, not explicit in shell script

modified:   misc/testsuite/mimic_ctest.sh
This commit is contained in:
John Reiser
2025-07-28 10:28:58 -07:00
parent 6db6ca21c0
commit 7c43e921e0

View File

@ -44,7 +44,7 @@ if [[ -n $upx_exe_runner ]]; then
elif [[ -n $CMAKE_CROSSCOMPILING_EMULATOR ]]; then elif [[ -n $CMAKE_CROSSCOMPILING_EMULATOR ]]; then
IFS=';' read -r -a emu <<< "$CMAKE_CROSSCOMPILING_EMULATOR" # split at semicolons into array IFS=';' read -r -a emu <<< "$CMAKE_CROSSCOMPILING_EMULATOR" # split at semicolons into array
fi fi
run_upx=( "${emu[@]}" "$upx_exe" ) run_upx=( "$upx_exe" )
echo "run_upx='${run_upx[*]}'" echo "run_upx='${run_upx[*]}'"
## jreiser test 2025-07-14 ## jreiser test 2025-07-14
@ -66,7 +66,7 @@ function emu_gdb () {
end_go end_go
echo echo
} }
emu=(emu_gdb) emu=()
function gdb_upx () { function gdb_upx () {
echo; echo gdb_upx "$@" echo; echo gdb_upx "$@"