aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-28 14:59:05 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-28 14:59:05 -0600
commitf7c61302c2fd2691e5c2f6db171985943ea7826c (patch)
tree078f5e8a858f92eb4eaa11880ecd33681ba23aed
parent2fb61d74b1fc456fc9e756d549f90e625de4b416 (diff)
test needs a value
-rwxr-xr-xscripts/MakeRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index e81f38e2..e10ea954 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -76,7 +76,7 @@ if test x"${date}" != x; then
fi
if test x"${clibrary}" != x; then
- if test "`echo ${target} | grep -c linux`"; then
+ if test "`echo ${target} | grep -c linux`" -gt 0; then
libc="--set libc=${clibrary}"
else
# ELF and EABI based targets are bare metal only