From 08c53a9b5dbfb891625f9b8e17da633bffdc424f Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Fri, 27 Apr 2018 17:48:02 +0100 Subject: Bug 534172 - Syntax error in build.sh natives build script The wild card is not honoured by the case switch when inside a string literal. Change-Id: I49dd7f69674764bd2ee0306a5dd78098912fc946 Signed-off-by: Mat Booth --- features/org.eclipse.equinox.executable.feature/library/gtk/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh b/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh index 566a0526f..0766b3f39 100755 --- a/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh +++ b/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh @@ -121,7 +121,7 @@ case $defaultOS in defaultJava=DEFAULT_JAVA_EXEC OUTPUT_DIR="$EXEC_DIR/contributed/$defaultWS/$defaultOS/$defaultOSArch" ;; - "arm*") + arm*) defaultOSArch="arm" defaultJava=DEFAULT_JAVA_EXEC OUTPUT_DIR="$EXEC_DIR/bin/$defaultWS/$defaultOS/$defaultOSArch" -- cgit v1.2.3