aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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