summaryrefslogtreecommitdiff
path: root/TestRelease.job
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-09-11 15:55:38 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-09-11 15:55:38 +0200
commit120dcaeb656248e5596c9f75c513444922f1988b (patch)
treea83ac8dbe7ac10aeffcfad5aac86234031b0566c /TestRelease.job
parentbfe20b0114ccaf0d83d1f03cc10a5489e8db3e3b (diff)
scripts/TestRelease.job: Fix target name computation.
Fix the regexp so that we guess the right target name before trying to invoke the compiler. Change-Id: If004eea947b417f3a98620d20a16bddb82b2fefd
Diffstat (limited to 'TestRelease.job')
-rwxr-xr-xTestRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestRelease.job b/TestRelease.job
index ea153bde..57cbd319 100755
--- a/TestRelease.job
+++ b/TestRelease.job
@@ -77,7 +77,7 @@ main(int argc, char *argv[])
EOF
fi
-target="`echo ${dir} | egrep -o '(arm|aarch64)[a-z-]*' | sed -e 's:-\$::'`"
+target="`echo ${dir} | egrep -o '(arm|aarch64)[_0-9a-z-]*' | sed -e 's:-\$::'`"
win32="`echo {$file} | grep -c mingw`"
# Bare metal builds use a specs file