You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BB_BIN_DIR is defined in bin/arch/debian-sw-probe/debian-sw-probe-ATLAS.sh. But only after bin/arch/debian-sw-probe/debian-sw-probe-common.sh is sourced.
However, in the latter file, ATLASINIT is defined using BB_BIN_DIR - which is not defined yet. Could this cause problems?
The probe seems to be running anyway, but I caught this by setting
set -euo pipefail
IFS=$'\n\t'
in the ATLAS script (which prevents the program from running at all, actually, so I removed it again)
The text was updated successfully, but these errors were encountered:
Hello,
BB_BIN_DIR
is defined inbin/arch/debian-sw-probe/debian-sw-probe-ATLAS.sh
. But only afterbin/arch/debian-sw-probe/debian-sw-probe-common.sh
is sourced.However, in the latter file,
ATLASINIT
is defined usingBB_BIN_DIR
- which is not defined yet. Could this cause problems?The probe seems to be running anyway, but I caught this by setting
in the ATLAS script (which prevents the program from running at all, actually, so I removed it again)
The text was updated successfully, but these errors were encountered: