We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d412a4 commit 79fa6b0Copy full SHA for 79fa6b0
lib/builtin.sh
@@ -42,7 +42,7 @@ ab_match_arch() {
42
abinfo "Usage: ab_match_arch \"match_pattern\""
43
abdie "Misuse of ab_match_arch()! Refuse to proceed."
44
fi
45
- if [[ ${ABHOST%%_*} = $1 ]]; then
+ if [[ ${ABHOST} = $1 ]]; then
46
abinfo "Architecture $ABHOST matches $1: taking true branch."
47
return 0
48
else
0 commit comments