mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
devel/debug: small issue on -d mode
This commit is contained in:
parent
8cd1be1adb
commit
bff03eabf2
1 changed files with 4 additions and 1 deletions
|
|
@ -140,7 +140,10 @@ FINAL=
|
|||
|
||||
for TEST in ${TESTS}; do
|
||||
if [ -n "${DO_INJECT}" ]; then
|
||||
CASE=
|
||||
|
||||
if [ -n "${DO_DEBUG}" ]; then
|
||||
CASE=:${TEST##*:}
|
||||
TEST=${TEST%%:*}
|
||||
fi
|
||||
|
||||
|
|
@ -162,7 +165,7 @@ EOF
|
|||
chmod 555 ${DESTDIR}/_${TEST}
|
||||
fi
|
||||
|
||||
FINAL="${FINAL} ${DO_INJECT+_}${TEST}"
|
||||
FINAL="${FINAL} ${DO_INJECT+_}${TEST}${CASE}"
|
||||
done
|
||||
|
||||
if [ -z "${DO_DEBUG}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue