summaryrefslogtreecommitdiff
path: root/jenkins.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-12-24 16:46:08 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-12-24 16:46:08 -0700
commit2fca6f274bcd714c7e8832710d0792ef30eba61b (patch)
treeded0b2797d4879fe82614783af4081c0d080a076 /jenkins.sh
parentb4459b17b8b7944a18f672fc7f3fb4dde50d39d4 (diff)
for native, the executable is just gcc
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-xjenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh
index cfe501c4..e0ba3063 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -219,7 +219,7 @@ fi
# Setup the remote directory for tcwgweb
if test x"${target}" = x"native"; then
- gcc="`find ${user_workspace} -name \*-gcc`"
+ gcc="`find ${user_workspace} -name gcc`"
else
gcc="`find ${user_workspace} -name ${target}-gcc`"
fi